Skip to content

Releases: monaca/monaca-lib

3.2.8

12 Aug 07:32
4f49acf
Compare
Choose a tag to compare

Feature

  • Upgrade default blank template to the latest version
  • Update default cordova version to 9.0.0

3.2.7

01 Jun 10:04
Compare
Choose a tag to compare

Bug fixes

  • Fixes to support older version of Nodejs (CERT_HAS_EXPIRED).

Announcement

  • We will drop support of Node 8.x in the future. Please upgrade Node to 10.x or higher.

3.2.6

24 Apr 04:34
Compare
Choose a tag to compare
  • Fixed to encode the file path param for file comparison operation

3.2.5

24 Apr 03:40
Compare
Choose a tag to compare
  • Fixed to encode the file path param for upload operation

3.2.4

17 Oct 05:06
Compare
Choose a tag to compare
  • Validated application icon for electron build

3.2.3

17 Oct 02:43
Compare
Choose a tag to compare
  • Validated cordova version for electron build

3.2.2

26 Jun 06:40
c2f1ca6
Compare
Choose a tag to compare
  • Fixed inspector run in Android 9
  • Fixed remove non-empoty directories
  • Upgraded fs-extra dependencies

3.2.1

03 Apr 07:09
Compare
Choose a tag to compare
  • Fixed to encode the file path param

3.2.0

16 Jan 02:51
4a20c4c
Compare
Choose a tag to compare
  • Modified checkModifiedFiles function to show spinner and file information when reading file for upload/download process if showSpinner flag is passed.

3.1.0

14 Nov 08:08
a1bfa95
Compare
Choose a tag to compare
  • Added new properties - npmPath and nodePath to the Monaca Object. These properties are used to spawn the npm process.
  • Fixed for Monaca [email protected] - use spawned npm process to install dependencies instead of npm API.