Releases: krtnio/angular-xslt
Releases · krtnio/angular-xslt
v0.2.1
Notable changes
NOTICE: Skipped v0.2.0 due to the issue with npm version badge URL in README that was published to npm
- Universal Module Definition (UMD) support
Commits
v0.1.1
Notable changes
NOTICE: Skipped v0.1.0 due to problems with published npm package name
- IE7+ support
- Extensive error handling
- 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
anddefault
Gulp tasks - [6d25f5b] gulp: updated
build
anddefault
task sequences - [edb6454] meta: added .npmignore
- [b193e50] npm: fix main file location in package.json
- [0c3b551] npm: npm
test
andprepublish
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
ng-xslt welcomes world!
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.