Skip to content

Commit

Permalink
release: 0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Faust committed Oct 10, 2019
1 parent 636742c commit e33d6ba
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.9.9] - 2019-10-10

### Added

- Added `isWeakMap` method
- Added `isArguments` method
- Added `isDate` method
- Added `getType` method
- Added `isSyncFunction` methods
- Added `isAsyncFunction` methods
- Added `DotEnv` class
- Added `expandTilde` method

## Changed

- Improved type checking inside the node.js VM

## [0.9.1] - 2019-10-08

### Added
Expand Down Expand Up @@ -315,6 +332,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Initial Release

[0.9.9]: https://github.com/ArkEcosystem/utils/compare/0.9.1...0.9.9
[0.9.1]: https://github.com/ArkEcosystem/utils/compare/0.8.8...0.9.1
[0.8.8]: https://github.com/ArkEcosystem/utils/compare/0.8.3...0.8.8
[0.8.3]: https://github.com/ArkEcosystem/utils/compare/0.8.0...0.8.3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/utils",
"description": "Performance oriented implementations of commonly used functions in TypeScript.",
"version": "0.9.1",
"version": "0.9.9",
"contributors": [
"Brian Faust <brian@ark.io>",
"Joshua Noack <joshua@ark.io>"
Expand Down

0 comments on commit e33d6ba

Please sign in to comment.