-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: prepare to release version 2.2.0 (#14)
* docs: add version information * docs(CHANGELOG): prepare for 2.2.0 * docs(README): tweak the examples
- Loading branch information
Showing
6 changed files
with
90 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,43 @@ | ||
# [2.1.0](https://github.com/RedPRL/ocaml-bwd/compare/2.0.0...2.1.0) (2022-08-06) | ||
|
||
# [2.2.0](https://github.com/RedPRL/ocaml-bwd/compare/2.1.0...2.2.0) (2023-08-18) | ||
|
||
### Bug Fixes | ||
### Features | ||
|
||
* rename Bwd.Notation to Bwd.Infix ([#8](https://github.com/RedPRL/ocaml-bwd/issues/8)) ([4869bbd](https://github.com/RedPRL/ocaml-bwd/commit/4869bbd9ab8d304d94515428bf54f471fca03181)) | ||
- introduce new infix operators ([#13](https://github.com/RedPRL/ocaml-bwd/issues/13)) ([ed4b635](https://github.com/RedPRL/ocaml-bwd/commit/ed4b635059e0404029069f37b6c6ab0827bac2d1)) | ||
|
||
### Deprecations | ||
|
||
- deprecate old infix operators ([#13](https://github.com/RedPRL/ocaml-bwd/issues/13)) ([ed4b635](https://github.com/RedPRL/ocaml-bwd/commit/ed4b635059e0404029069f37b6c6ab0827bac2d1)) | ||
|
||
# [2.0.0](https://github.com/RedPRL/ocaml-bwd/compare/1.2.0...2.0.0) (2022-05-02) | ||
# [2.1.0](https://github.com/RedPRL/ocaml-bwd/compare/2.0.0...2.1.0) (2022-08-06) | ||
|
||
### Bug Fixes | ||
|
||
### Features | ||
- rename Bwd.Notation to Bwd.Infix ([#8](https://github.com/RedPRL/ocaml-bwd/issues/8)) ([4869bbd](https://github.com/RedPRL/ocaml-bwd/commit/4869bbd9ab8d304d94515428bf54f471fca03181)) | ||
|
||
* add iter2 ([232e1d0](https://github.com/RedPRL/ocaml-bwd/commit/232e1d0048bc289a7c565eb017c664899349acf5)) | ||
* add many functions; remove concat ([7fa35e6](https://github.com/RedPRL/ocaml-bwd/commit/7fa35e65247adbcb45d48dab2f4f3f2ffb2c90bc)) | ||
* provide unlabeled versions ([0c67343](https://github.com/RedPRL/ocaml-bwd/commit/0c673432ff91723085410eedaf78dae5a23b87b1)) | ||
# [2.0.0](https://github.com/RedPRL/ocaml-bwd/compare/1.2.0...2.0.0) (2022-05-02) | ||
|
||
### Features | ||
|
||
- add iter2 ([232e1d0](https://github.com/RedPRL/ocaml-bwd/commit/232e1d0048bc289a7c565eb017c664899349acf5)) | ||
- add many functions; remove concat ([7fa35e6](https://github.com/RedPRL/ocaml-bwd/commit/7fa35e65247adbcb45d48dab2f4f3f2ffb2c90bc)) | ||
- provide unlabeled versions ([0c67343](https://github.com/RedPRL/ocaml-bwd/commit/0c673432ff91723085410eedaf78dae5a23b87b1)) | ||
|
||
# [1.2.0](https://github.com/RedPRL/ocaml-bwd/compare/1.1.0...1.2.0) (2022-04-09) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* fix the completely incorrect `filter` ([d1c7aa8](https://github.com/RedPRL/ocaml-bwd/commit/d1c7aa8ac08f973d30032e6c2d615585f3e42452)) | ||
|
||
- fix the completely incorrect `filter` ([d1c7aa8](https://github.com/RedPRL/ocaml-bwd/commit/d1c7aa8ac08f973d30032e6c2d615585f3e42452)) | ||
|
||
### Features | ||
|
||
* add `nth_opt` ([fdb18bb](https://github.com/RedPRL/ocaml-bwd/commit/fdb18bb914f2e6ab760141ef5492fe33e077ae02)) | ||
|
||
|
||
- add `nth_opt` ([fdb18bb](https://github.com/RedPRL/ocaml-bwd/commit/fdb18bb914f2e6ab760141ef5492fe33e077ae02)) | ||
|
||
# [1.1.0](https://github.com/RedPRL/ocaml-bwd/compare/1.0.0...1.1.0) (2022-03-30) | ||
|
||
|
||
### Features | ||
|
||
* enable `tail_mod_cons` ([9497927](https://github.com/RedPRL/ocaml-bwd/commit/9497927c9f794e0f196478267b748b6f2c3a38e7)) | ||
|
||
|
||
- enable `tail_mod_cons` ([9497927](https://github.com/RedPRL/ocaml-bwd/commit/9497927c9f794e0f196478267b748b6f2c3a38e7)) | ||
|
||
### Deprecations | ||
|
||
* deprecate `concat_map` ([#3](https://github.com/RedPRL/ocaml-bwd/pull/3)) ([6c6efe2](https://github.com/RedPRL/ocaml-bwd/commit/6c6efe2b58fc2212f451d43acd802cf1aa1f03ac)) | ||
- deprecate `concat_map` ([#3](https://github.com/RedPRL/ocaml-bwd/pull/3)) ([6c6efe2](https://github.com/RedPRL/ocaml-bwd/commit/6c6efe2b58fc2212f451d43acd802cf1aa1f03ac)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters