Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Angular 8 support

Choose a tag to compare

@schuchard schuchard released this 01 Oct 14:56
· 44 commits to master since this release

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