Skip to content

Ockham's Razor

Latest
Compare
Choose a tag to compare
@chuanqisun chuanqisun released this 16 Mar 05:47
b8fd386
  • 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 to js), I've chosen a major version bump.