Skip to content

4.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@lVlyke lVlyke released this 01 Feb 04:49
· 156 commits to master since this release
  • Removed the use of the ES7 Reflection API. A reflection API polyfill is no longer required to use Lithium.
  • Removed the @AutoPush class decorator; it is superseded by AutoPush.enable. @AutoPush may be revisited in the future.
  • Lithium no longer emits decorator metadata and no longer requires setting the emitDecoratorMetadata TS compiler flag. This decreases build size and improves build compatibility.