Skip to content

v0.1.1

Compare
Choose a tag to compare
@v12 v12 released this 28 May 23:50
· 11 commits to master since this release

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