Skip to content

Releases: cinecove/defunctr

v.1.3.2 Beta 2

22 Aug 17:40
Compare
Choose a tag to compare
v.1.3.2 Beta 2 Pre-release
Pre-release

Compiler dependency updates

v.1.3.2 Beta 1

18 Aug 19:39
Compare
Choose a tag to compare
v.1.3.2 Beta 1 Pre-release
Pre-release
  • fix for ie 6 crashing
  • fix for tagger not being able to tag the html element when className is empty.

v1.3.1

14 Aug 02:54
Compare
Choose a tag to compare
  • Fixed issue where Opera 12 through 14 were detecting as Chrome, WebKit, and Opera
  • Added defunctr.browser which will replace defunctr.detective in 2.0
  • Deprecated defunctr.detective
  • Updated build to current versions

v1.3.0

10 Feb 08:07
Compare
Choose a tag to compare
  • 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

24 Aug 17:15
Compare
Choose a tag to compare
Pre-release

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

08 May 23:20
Compare
Choose a tag to compare
  • Support for NPM installations

v1.2.2

08 May 21:34
Compare
Choose a tag to compare
  • Fixes for linting issues
  • Corrected spelling on css class name unsuported-browser (issue #52)

v1.2.1

14 Jan 20:26
Compare
Choose a tag to compare

Same code base as v1.2.0.

Support for bower added.

v1.2.0

14 Jan 08:24
Compare
Choose a tag to compare

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

13 Jan 20:04
Compare
Choose a tag to compare

Various minor bug fixes related to variable declarations