Skip to content

Commit

Permalink
release: 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Faust committed Sep 29, 2019
1 parent e987e23 commit 2ce10b7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ 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.8.0] - 2019-09-29

### Added

- Added `formatBytes` method
- Added `formatNumber` method
- Added `isBetween` method
- Added `isEmptyArray` method
- Added `isEmptyArray` method
- Added `isEmptyMap` method
- Added `isEmptyObject` method
- Added `isFalse` method
- Added `isGreaterThan` method
- Added `isGreaterThanOrEqual` method
- Added `isLessThan` method
- Added `isLessThanOrEqual` method
- Added `isMatch` method
- Added `isNotBetween` method
- Added `isNotEqual` method
- Added `isRegExp` method
- Added `isTrue` method

## [0.7.1] - 2019-09-24

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

- Initial Release

[0.8.0]: https://github.com/ArkEcosystem/utils/compare/0.7.1...0.8.0
[0.7.1]: https://github.com/ArkEcosystem/utils/compare/0.7.0...0.7.1
[0.7.0]: https://github.com/ArkEcosystem/utils/compare/0.6.8...0.7.0
[0.6.8]: https://github.com/ArkEcosystem/utils/compare/0.6.0...0.6.8
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.7.1",
"version": "0.8.0",
"contributors": [
"Brian Faust <brian@ark.io>",
"Joshua Noack <joshua@ark.io>"
Expand Down

0 comments on commit 2ce10b7

Please sign in to comment.