Skip to content

Latest commit

 

History

History
63 lines (27 loc) · 2.63 KB

CHANGELOG.md

File metadata and controls

63 lines (27 loc) · 2.63 KB

0.4.0 (2019-03-01)

Bug Fixes

  • Build: Correct build run scripts (7577308)
  • Security: Resolve dependency issues (a8eb37a)

Code Refactoring

BREAKING CHANGES

  • Naming: new package name is now @toolisticon/nativescript-buildhelper and debug var is tns_buildhelper_debug

0.3.1 (2018-11-01)

0.3.0 (2018-08-29)

Bug Fixes

  • package: update yargs to version 10.1.1 (94f3014)
  • package: update yargs to version 11.0.0 (65798a0)
  • package: update yargs to version 12.0.1 (e3d1ddd)

Features

  • TypeScript: Use typescript 2.2 (d181567)

0.2.1 (2017-12-14)

0.2.0 (2017-11-10)

Bug Fixes

  • buildnumber: Corrected path issues on build numbering (f81b0ac)
  • runtime-error: Resolve TypeError: require(...) is not a function (936387e)

Features

  • buildnumber: Adding buildnumbering script (a3339fc)
  • buildnumbering: Setting CFBundleShortVersionString to app version in Info.plist (ae0df83)
  • buildnumbering: Support for iOS added (be14ba8)
  • debugging: Enabling debug and verbose logging (482ca5a)
  • release-build: Adding build app helper with debug option (still WIP!) (d3c0f41)