Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Gałkowski committed Feb 6, 2020
1 parent ede8298 commit f4a8cec
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
### Changed
### Removed

## [0.2.0] - 2020-02-06
### Added
- keys function
- omit function
- sort function
Expand Down Expand Up @@ -38,7 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- fixed unintentional mutation in sort function
- sort supports any numbers now, not only 1, 0 and -1

## Removed
### Removed
- removed doubled `test.ts` file
- removed importmaps completely (check [issue #20](https://github.com/galkowskit/denofun/issues/20))
- removed curry-by-default behaviour
Expand All @@ -56,5 +61,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- reverse function
- tail function

[Unreleased]: https://github.com/galkowskit/denofun/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/galkowskit/denofun/compare/v0.2.0...HEAD
[v0.2.0]: https://github.com/galkowskit/denofun/compare/v0.1.0...v0.2.0
[v0.1.0]: https://github.com/galkowskit/denofun/releases/tag/v0.1.0

0 comments on commit f4a8cec

Please sign in to comment.