Releases: chuanqisun/jasmine-mock-factory
Releases · chuanqisun/jasmine-mock-factory
Ockham's Razor
- The package no longer includes raw *.ts file. Instead, it includes compiled js with d.ts typing file. This decouples users' tsconfig file from the library's own tsconfig file.
- Now supports Typescript >= 3.0.0, Jasmine >= 2.9.0,
- The change is backward compatible, but due to the risk involved in the complete overhaul of the package content (from
ts
tojs
), I've chosen a major version bump.
Scientific Method
Merge pull request #2 from henrysun918/spy-facade Add `_spy` and expose typed spies for functions, getters, and setters