-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ae01f23
commit b7f103e
Showing
6 changed files
with
57 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
### Added | ||
- Modularize Java and Flash detection, offer bundles excluding either Java or Flash detection or both | ||
|
||
### Changed | ||
- (**breaking**) Expose the client.js variant that *without* Java and Flash detection for browser bundlers | ||
- Update all production and dev dependencies | ||
- Use `ua-parser-js` package from `npm` instead of a vendored copy | ||
- Use `murmurhash-js` package from `npm` insteda of a vendored copy of an older implementation | ||
- Update vendored `deployJava.js` to latest version | ||
|
||
### Fixed | ||
- Migrate to webpack-based build to fix broken bundle | ||
|
||
## [0.1.11] - 2016-01-25 | ||
|
||
## [0.1.10] - 2016-01-25 | ||
|
||
## [0.1.9] - 2016-01-16 | ||
|
||
## [0.1.8] - 2016-01-03 | ||
|
||
## [0.1.7] - 2016-01-02 | ||
|
||
## [0.1.6] - 2015-12-31 | ||
|
||
## [0.1.5] - 2015-09-13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.