4.0.0-beta.1
Pre-release
Pre-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 byAutoPush.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.