Skip to content

Commit

Permalink
Prepare to release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinezmaes committed Oct 23, 2022
1 parent 115ac2a commit a5bdacb
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,31 @@

All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Version 0.4.0 - 2022-10-22

### What's Changed

#### 💥 Breaking Changes

- Refactor signatures for the `collect` combinators by [@jm4rtinez] in
[#2](https://github.com/jm4rtinez/neotype_prelude/pull/2)
- Remove the `new` static method from `Pair` by [@jm4rtinez] in
[#4](https://github.com/jm4rtinez/neotype_prelude/pull/4)
- Drop support for Node.js version 14 by [@jm4rtinez] in
[#6](https://github.com/jm4rtinez/neotype_prelude/pull/6)

#### 🚀 New Features

- Introduce the `gather` combinators for `Ior` and `Validated` by [@jm4rtinez]
in [#3](https://github.com/jm4rtinez/neotype_prelude/pull/3)

### New Contributors

- [@jm4rtinez] made their first contribution in
[#1](https://github.com/jm4rtinez/neotype_prelude/pull/1)

**Full Changelog**:
https://github.com/jm4rtinez/neotype_prelude/compare/v0.3.0...v0.4.0

[@jm4rtinez]: https://github.com/jm4rtinez
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neotype/prelude",
"version": "0.3.0",
"version": "0.4.0",
"description": "Functional programming essentials for TypeScript",
"repository": {
"type": "git",
Expand Down

0 comments on commit a5bdacb

Please sign in to comment.