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

Commit f4a8cec

Browse files
author
Tomasz Gałkowski
committed
release 0.2.0
1 parent ede8298 commit f4a8cec

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88
### Added
9+
### Changed
10+
### Removed
11+
12+
## [0.2.0] - 2020-02-06
13+
### Added
914
- keys function
1015
- omit function
1116
- sort function
@@ -38,7 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3843
- fixed unintentional mutation in sort function
3944
- sort supports any numbers now, not only 1, 0 and -1
4045

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

59-
[Unreleased]: https://github.com/galkowskit/denofun/compare/v0.1.0...HEAD
64+
[Unreleased]: https://github.com/galkowskit/denofun/compare/v0.2.0...HEAD
65+
[v0.2.0]: https://github.com/galkowskit/denofun/compare/v0.1.0...v0.2.0
6066
[v0.1.0]: https://github.com/galkowskit/denofun/releases/tag/v0.1.0

0 commit comments

Comments
 (0)