Skip to content

Releases: krtnio/angular-xslt

v0.2.1

16 Jun 22:35
@v12 v12
Compare
Choose a tag to compare

Notable changes

NOTICE: Skipped v0.2.0 due to the issue with npm version badge URL in README that was published to npm

  1. Universal Module Definition (UMD) support

Commits

  • [3097eef] bower: remove moot version field in bower.json
  • [7b7af83] doc: add npm & bower version as well as dependencies status badges
  • [8cf7ad8] doc: fix npm badge URL in README
  • [e9fdbb4] doc: update project links in README
  • [8cf1011] npm: update dependencies versions
  • [5beadb7] src: UMD support

v0.1.1

28 May 23:50
@v12 v12
Compare
Choose a tag to compare

Notable changes

NOTICE: Skipped v0.1.0 due to problems with published npm package name

  1. IE7+ support
  2. Extensive error handling
  3. Basic test coverage

Commits

  • [f20a94c] bower: Angular dependency set to be less strict (>=1.0.1)
  • [0a9e14e] bower: fix main file location in bower.json
  • [eaf3a8b] build: dist files removed from repository (built when package is published to npm)
  • [b3cdb1c] doc: added instructions for installing package via npm
  • [65f5c57] doc: examples are removed from repository
  • [6d25f5b] gulp: change steps for build and default Gulp tasks
  • [6d25f5b] gulp: updated build and default task sequences
  • [edb6454] meta: added .npmignore
  • [b193e50] npm: fix main file location in package.json
  • [0c3b551] npm: npm test and prepublish scripts that run respective Gulp tasks
  • [d93aed7] npm: publish package to the npm registry as angular-xslt
  • [238cd53] src: catch XSLT errors when applying it to XML
  • [3323450] src: changed error message format
  • [766bc22] src: fix IE support #2 (closes #1)
  • [2f7b776] src: removed legacy code for old version of Mozilla
  • [0c1d8d7] test: added basic unit test coverage

v0.0.2

08 May 10:21
@v12 v12
Compare
Choose a tag to compare

This release provides an example of module usage in the repository as well as changed structure of project files.

ng-xslt welcomes world!

08 May 10:15
@v12 v12
Compare
Choose a tag to compare

First release of ng-xslt

This is an initial release of ng-xslt module for Angular.js. This modules provides an easy to use filter for transforming XML using XSLT templates.

There is also an example showing how this filter works.