Releases: cinecove/defunctr
Releases · cinecove/defunctr
v.1.3.2 Beta 2
Compiler dependency updates
v.1.3.2 Beta 1
- fix for ie 6 crashing
- fix for tagger not being able to tag the
html
element whenclassName
is empty.
v1.3.1
v1.3.0
- Modernizr is now optional
- Fixed issues in Safari detection
- Fixed issues in Opera Next detection
- Fixed issues in IE version detection
- Improved Firefox detection
- Moved off Grunt to Gulp
- Moved to rollup for UMD and node transpiling
- Migrated all code to ES6
- All tests are stored as separate files now
- Allows css class tagging to be turned of by adding
defunctr-off
- Adding flow
- Build now occurs on Node 6.9+
- Updated dependencies to current versions
Version 1.3.0 - Beta 1
New code structure on the backend to support JSPM and RollupJS. Interface is still compatible with previous versions.
-Added new defunctr-off
tag that will prevent Defunctr from attributing the <head>
tag.
-If Modernizr is not found (in non AMD environments), Defunctr will default to an internal tester rather than erroring out.
-NPM support is better, cherry picking is coming.
v1.2.3
v1.2.2
v1.2.1
v1.2.0
Support added for the following detections:
- Internet Explorer 10
- Internet Explorer 11
- Internet Explorer 12 preview
- Microsoft Edge
Support for Commonjs, Requirejs, and AMD environments has been added.
v1.1.2
Various minor bug fixes related to variable declarations