Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Releases: seznam/IMA.js-skeleton

0.16.0

02 Jan 17:48
Compare
Choose a tag to compare

Please see the changelog of the core library.

0.15.0

03 Apr 16:08
Compare
Choose a tag to compare

Please see the changelog of the core library.

0.14.0

19 Jul 12:23
Compare
Choose a tag to compare

Please see the changelog of the core library.

0.13.0

29 Jun 13:46
Compare
Choose a tag to compare

Changelog

  • made the default location of localization file more flexible - they may now be placed anywhere in the project
  • added SPA (single-page application) build target
  • reduced the default logger's output level to warning for the testing and production environments
  • documentation update

How to upgrade to 0.13.*

  • update the localization files matching glob in the build.js file
  • add './node_modules/ima/polyfill/imaRunner.js' to the shim.src array in the gulpConfig.js file
  • update your document view to extends the ima/page/AbstractDocumentView class

0.12.1

02 Apr 15:56
Compare
Choose a tag to compare
  • updated gulpConfig.js
  • updated karma.conf.js
  • updated package.json

0.12.0

18 Mar 15:39
Compare
Choose a tag to compare
  • added PhantomJS 2 to karma config
  • added .babelrc
  • added main.js as the new application entry point
  • the IMA core library is now built into a separate file
  • updated .eslintrc config for eslint 2.*
  • updated gulpConfig.js
  • updated server.js
  • updated package.json
  • removed imajs submodule and switched to the ima npm package
  • removed vendor.js in favor of configuration in app/build.js

0.11.0

26 Jan 11:06
Compare
Choose a tag to compare

Changelog

  • added optional ES2015 syntax support for unit tests
  • updated server.js
  • updated gulpConfig.js
  • updated gulpfile.js
  • udpated IMA.js core
  • updated package.json
  • removed bower
  • removed support for npm 2.*  and node <4

0.10.0

09 Dec 14:36
Compare
Choose a tag to compare

Changelog

  • updated server.js
  • updated gulpConfig.js
  • updated gulpfile.js
  • udpated IMA.js core
  • updated package.json
  • removed server cache to IMA.js core
  • deprectecated npm2

0.9.0

15 Sep 05:26
Compare
Choose a tag to compare

Changelog

  • udpated IMA.js core
  • updated bower.json and package.json
  • added server cache

v0.8.2

24 Aug 12:59
Compare
Choose a tag to compare

Changelog

  • Updated package.json
  • Updated IMA.js-core to v0.8.1