Skip to content

Releases: briebug/jest-schematic

Angular 15 support

28 Dec 20:30
Compare
Choose a tag to compare
  • build: ignore sandbox folder for release 147a66b
  • build: update release library to work with latest node (#136) 5ba98fb
  • update release package 44be3f8
  • Add Angular 15 support (#128) 0bca687

v5.0.0...v6.0.0

Angular 14, Jest 28 (pinned)

24 Oct 02:47
Compare
Choose a tag to compare

v4.0.0...v5.0.0


This prevents Jest from being installed at version 29 or higher due to compatibility issues with Jest and ts-jest.

Angular 12, 13 support

14 Dec 14:32
Compare
Choose a tag to compare
  • Support Angular 12, 13
  • install schematic as dev dependency

What's Changed

New Contributors

Full Changelog: v3.1.0...v4.0.0

fix: support projects without test builder

25 Oct 03:24
Compare
Choose a tag to compare
  • Merge pull request #43 from briebug/fix/config-with-no-tests d6850d6
  • test: add new config without test builder 81d3a16

v3.0.0...v3.1.0

Workspace and library support

25 Sep 12:26
Compare
Choose a tag to compare
  • Merge pull request #41 from briebug/develop 64f8377

v3.0.0-0...v3.0.0

Add workspace & library support with builders (#40)

Add support single application projects and workspaces with apps and libraries.

Jest runner

Replace the direct reliance on jest-preset-angular and package json scripts in favor of angular-builders/jest. This provides the ability to run tests with ng test

This should address #30 #28 #22 #11
It better positions us to support #1

Jest types

Update each projects tsconfig.spec.json to configure the jest types while removing jasmine

This should address #24 #14

Other

Non-user facing changes

  • refactor development scripts from package.json to TS file
  • create 2 sandboxes (single app and workspace with app and lib)
  • test both sandboxes during CI
  • add MIT license
  • add prettier

Support workspaces & add builders

02 Sep 13:02
Compare
Choose a tag to compare
Pre-release
  • Add workspace & library support with builders (#40) 82d38d6

v2.2.0...v3.0.0-0

Angular 10 support

25 Aug 04:01
Compare
Choose a tag to compare

v2.1.1...v2.2.0

Co-authored-by: Ludovic L'Hours [email protected]

Features

  • add Angular 10 support
  • update deps to latest
  • remove test spec
  • update sandbox to Angular 10
  • update ts-jest astTransformers syntax
  • update README

Fix jest-preset-angular - astTransforms

07 Nov 04:44
Compare
Choose a tag to compare
  • don't test protractor as part of test release f4e8b57
  • fix/webdriver-issues add1c05
  • Bump lodash from 4.17.11 to 4.17.15 (#19) 158ebd0
  • modify astTransforms for angular 8 (#20) 5944fc1

v2.1.0...v2.1.1

@types/jest

04 Oct 04:25
Compare
Choose a tag to compare

v2.0.0...v2.1.0

Angular 8 support

01 Oct 14:56
Compare
Choose a tag to compare

v1.7.0...v2.0.0

Breaking changes:

The Jest configuration moves from the jest.config.js file to the package.json. This should be easier to manage going forward if updates need to be supported (JSON vs AST).

Changes

  • remove test.ts from new location in ng8 - fixes #12

  • may be a partial solution to #13

  • remove test.ts from tsconfig.spec.ts - fixes #15

  • addresses rxjs version incompatibility mentioned in #16

  • pin rxjs for ng8

  • update sandbox to ng8

  • switch to CirclCi