Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Latest commit

 

History

History
199 lines (94 loc) · 8.84 KB

CHANGELOG.md

File metadata and controls

199 lines (94 loc) · 8.84 KB

1.3.0 (2019-06-19)

Bug Fixes

  • iOS: Corrected linking in iOS (e6af92a)
  • Logging: Drop obsolete console.log (c33ac0a), closes #84
  • Tests: Corrected unit tests (a9b8071)

Features

  • Angular: Support for Angular 8 added (75696da)

1.2.3 (2019-03-02)

Bug Fixes

  • iOS: Modify enableMultipleOverridesFor (#81) (dff9718)
  • Security: Upgrade packages (03fc080)

Features

  • NativeScript 4: Let module support TNS 4 (e673824)
  • NativeScript 5: Resolve Upgrade issues (cd69391)
  • Universal Links: Set base for deep linking (3ee4322), closes #74

1.2.2 (2017-11-27)

Bug Fixes

  • bundle-error: Resolve webpack error (e5c8066), closes #49
  • tests: Corrected tsconfig to let unit tests work (a77f68a)

Features

  • AoT: Skip emit of ts helpers (2cfa948)
  • TNS3.x: SUpport for newer nativescript (c53e682)

1.2.1 (2017-10-02)

Bug Fixes

  • iOS-cold-start: Let app handle URL when launched fresh (504f701)
  • tslint: Make tslint happy again (1de3679)

Features

  • ensure-plugin-quality: Harmonize to NativeScript plugin guidelines (87b9d3d)

1.1.1 (2017-07-04)

Features

  • error-handling: Improve config error handling (bebb7c8), closes #51
  • error-handling: Improve config error handling (32f96ff), closes #51

1.1.0 (2017-05-22)

Bug Fixes

  • extends-error: Use tslib (9d31e63)
  • ios: Disable importHelpers in tsconfig of the plugin (25d6c74)
  • iOS: Changed delegate method (30d3864)
  • tests: Resolve test errors (db5701a)

Features

  • NativeScript 3: Update to recent NativeScript (91bf433)

1.0.0 (2017-04-06)

Bug Fixes

  • action-error: Resolve action error on android (76ceef4)
  • Action-Error: Solve Android action error (3ee1f62), closes #22
  • Action-Error: Solve Android action error (a6ad692)

0.5.1 (2017-04-06)

Bug Fixes

  • init-error: Solve first run error (ceeae2e), closes #21

0.5.0 (2017-03-27)

Bug Fixes

  • android-error: Solve android error (0d50701), closes #16
  • android-error: Solve callback never called (d38b6a0), closes #16
  • init: initialize the modules with the custom application object (e99238e), closes #16
  • ts-errors: Resolve small typescript errors (ef5aff4)

0.4.0 (2017-03-22)

Bug Fixes

  • module-error: Use commonjs module in tsconfig (a39c61d), closes #15

0.3.1 (2017-03-21)

Features

  • trigger-once: Use last data to check if data has changed (971d0d9), closes #9

0.3.0 (2017-03-20)

Bug Fixes

  • reinvocation-error: Remember state to no invoke a second time (d810a40), closes #9

Features

  • demo-app: Adding demo app for E2E (841c991), closes #11
  • to-string: Use better toString() implementation (34a151f)

0.2.0 (2017-03-15)

Bug Fixes

  • build-error: Adding babelrc (8eb3dc8)
  • release: Improve release build (68ba471)
  • type-error: Cast url to string (e3c6ade)

Features

  • error-handling: Adding basic error handling (2ff5c8d)
  • extract-url: Finalize URL extraction (5c821a8)
  • unit-tests: Adding unit-tests for iOS (8c5be43), closes #2
  • unit-tests: Basic unit tests (fdf9bf7), closes #2

0.1.0 (2017-03-10)

Bug Fixes

  • build-error: Add references file (9ea6799)
  • tslint: Corrected tslint errors (856c773)