Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 2.7 KB

CHANGELOG.md

File metadata and controls

53 lines (35 loc) · 2.7 KB

Change Log

1.0.4 (2015-23-10)

Bug fixes:

  • iOS. Fixed issue #2. Ionic application should refresh it's content and ignore UIWebView cache.

Enchancements:

  • Merged pull request #27. Error message now has an url of the file that we failed to load from the server. Thanks to ptarjan.
  • Merged pull request #29. Error message now has an url of the config file that we failed to load from the server. Thanks to ptarjan.

1.0.3 (2015-10-02)

Bug fixes:

  • Fixed issue #8. ionic plugin add cordova-hot-code-push will not hang. But from now on you will have to install CLI client manually.
  • Fixed issue #11. ionic state restore will not hang any more.
  • Fixed issue #13. Plugin is not gonna crash your application, if content_url is not set in the application config. Although, you should always set content_url in order for plugin to work.

Enchancements:

  • As asked in issue #12 - plugin is not gonna show unnecessary messages in the console.
  • Changed workflow on chcpbuild.options. From now on you should add chcp- prefix to the build options, when you use them with the build command: cordova build -- chcp-buildOptionName. More info can be found in the Readme.
  • Plugin installation script now takes node dependencies from the package.json.
  • Removed unused node dependencies.

Docs:

  • Updated Installation section.
  • Updated Quick start guides.
  • Updated Build options section.
  • Added Update workflow section.
  • Some gramma updates thanks to @ptarjan.

1.0.2 (2015-09-21)

Bug fixes:

  • Fixed issue #3. Updated socket.io client: now it builds with Xcode 7.

1.0.1 (2015-09-08)

  • Added change log file.
  • Updated readme file.

Bug fixes:

  • iOS. Fixed issue with local development mode. Now it is disabled by default.
  • iOS. Fixed application crashes when plugin tries to connect to local server, but config-file preference is not set in config.xml.
  • iOS. Fixed Swift header duplicates issue which occur when you change your project name.
  • iOS. Fixed Swift header name generation: now based on project module name as it should be.
  • Now it works with Ionic framework. Although, some minor issues still remains.