- Adding document to illustrate how to migrate a Visual Studio project to NPM so we can stop distributing through NuGet
- Starting to add automated test suite
- Updated rollup
- Compiler dependeny updates.
- Fixed issue tagging with empty
className
onhtml
element on load. - fixed issue with ie 6 crash.
- 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
- 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
- NPM support added
- Fixes for linting issues
- Corrected spelling on css class name
undetected-browser
- Bower support added
- Support for IE 11
- Support for IE 12 preview
- Support for Edge
- Support for tagging undetected or unknown browsers.
- Added support for require, commmonjs, and amd
- Removed unused variable declarations
- Deprecated window.Defunctr in favor of window.defunctr
- Updated .gitignore with support for webstorm
- Updated humans.txt
- Updated License
- Fixed issue with variable declaration
- Added NPM and Grunt build
- Updated Readme.md
- Updated Changelog.md
- Added Support for Opera Next
- Updated Readme.md
- Updated Changelog.md
- Added simple Test Page
- Updated isIE to filter out potential false positives
- Added Experimental Khtml Detection
- Added .gitignore
- Added .gitattributes
- Added humans.txt
- Added Changelog.md
- Added NuGet Template
- Added Class Configuration Option
defunctr-version-off
- Added Class Configuration Option
defunctr-gt-off
- Added Class Configuration Option
defunctr-lf-off
- Added Class Configuration Option
defunctr-ie-only
- Added Experimental Version Support for Chrome 15+
- Added Greater and Less Than Support for IE Versions
- Added Version Support for IE 9
- Added Version Support for IE 8
- Added Version Support for IE 7
- Added Version Support for IE 6
- Added Support for Chrome
- Added Support for Safari
- Added Support for Webkit
- Added Support for Opera
- Added Support for IE
- Added License
- Added Readme.md