Skip to content

Commit

Permalink
Updated CHANGELOG for 0.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
morgant committed Oct 29, 2018
1 parent b3d0270 commit 1092044
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.4] - 2018-10-29
### Changed
- Moved logging methods into a new `Log` object plus fixed broken `fn()` method (née `currentFn()`)
which identifies the currently executing function name.
- Logging helper methods `debug()`, `warn()`, and `error()` methods now call respective
`console` methods in browsers that support them.
- Additional fix for issue where `init()` callback could potentially execute before all
prerequisite CSS & JS files had completely loaded (esp. when including JS as browser
globals) by resolving all promises prior to calling `_inject()`.
- Fixed minor JS syntax warnings identified by JSHint.

### Added
- Internal `Log` class containing previous logging methods (as mentioned above), plus new
`startTimer()` and `stopTimer()` methods for performance timing when `log_level` is set
to `debug`.
- Added `package.json` and `Gruntfile.js` files for automating syntax validation with JSHint.

## [0.0.3] - 2018-10-13
### Changed
- Additional fix for issue where `init()` callback could potentially execute before all
Expand Down Expand Up @@ -36,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial version of src/UMbed.js adapted from Discovery Map International's
DMIWebMapEmbed.js (by permission)

[Unreleased]: compare/0.0.2...HEAD
[Unreleased]: compare/0.0.4...HEAD
[0.0.4]: compare/0.0.3...0.0.4
[0.0.3]: compare/0.0.2...0.0.3
[0.0.2]: compare/0.0.1...0.0.2

0 comments on commit 1092044

Please sign in to comment.