PWABuilder CLI Versions Save

Node.js tool for App Generation

v0.1.3

9 years ago

Enhancements

  • Enhanced diagnostic information in createApp() (issue #56)
  • Added default images with "manifoldjs" logo (issue #61)

Bug fixes

  • Fixed issue with relative path when using -d parameter (issue #32)
  • Fixed instructions in "Submit to the Store" section of next steps document for Windows 8.1 platform (issue #34)
  • Fixed line endings in manifoldjs.js script file so it can be processed in Mac/Unix systems (issue #35)
  • Fixed issue when no icons are specified in the manifest (issue #37)
  • Enhanced link CSS query to detect the manifest metadata in web site pages (issue #38)
  • Fixed issue when building the manifest URL (issue #49)
  • Fixed issue with slashes ("/") in name and short_name members of manifest.json (issue #52)
  • Changed reference of ManifoldCordova pugin to point to v0.0.4 located in Cordova Plugin Registry

v0.1.0

9 years ago

Enhancements

  • Updated visualstudio CLI command to open the Windows 10 project
  • Renamed windowsuniversal command option to windows81 and windows command option to windows10
  • Added (simple) readme documents for all platforms
  • Added logic to copy the readme documents to each generated platform

v0.0.7

9 years ago

Breaking changes

  • Renamed hap_urlAccess manifest property to mjs_urlAccess

Enhancements

  • Windows 10 platform: Added Visual Studio project files
  • Added license.txt file to root folder
  • Updated installation section of readme.md to point to the public npm package

Bug fixes

  • Fixed issue with locked output directory in Azure
  • Windows 10 package: ignored "*" rule defined in scope / mjs_urlAccess properties (not allowed as a Windows 10 ACUR rule)