From 11a0bbde67e346fb2c38af3d9c2de8a86568b594 Mon Sep 17 00:00:00 2001 From: AshGw Date: Sat, 4 May 2024 15:49:17 +0100 Subject: [PATCH] chore(release): v1.36.0 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b0183ed..6172eff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,36 @@ # Changelog +## v1.36.0 + +[compare changes](https://github.com/ashgw/ts-roids/compare/v1.35.0...v1.36.0) + +### 🚀 Enhancements + +- Add `OddNumeric` ([eceb401](https://github.com/ashgw/ts-roids/commit/eceb401)) +- Add `ArrayOf` ([1ebd401](https://github.com/ashgw/ts-roids/commit/1ebd401)) +- Add `FalsyProperties` ([faf9ea9](https://github.com/ashgw/ts-roids/commit/faf9ea9)) + +### 🩹 Fixes + +- `Tuple` ([ab15b15](https://github.com/ashgw/ts-roids/commit/ab15b15)) +- Unused import ([aa5e2c7](https://github.com/ashgw/ts-roids/commit/aa5e2c7)) + +### 📖 Documentation + +- **readme:** Fix `Abs` typo ([de7ac27](https://github.com/ashgw/ts-roids/commit/de7ac27)) +- Add new api docs for recently added types ([462eced](https://github.com/ashgw/ts-roids/commit/462eced)) +- Fix Array typo ([60b2844](https://github.com/ashgw/ts-roids/commit/60b2844)) +- Fix typos ([e75dc62](https://github.com/ashgw/ts-roids/commit/e75dc62)) + +### 🏡 Chore + +- Cleaup source types file ([a5cb94b](https://github.com/ashgw/ts-roids/commit/a5cb94b)) + +### ❤️ Contributors + +- AshGw ([@AshGw](http://github.com/AshGw)) + ## v1.35.0 [compare changes](https://github.com/ashgw/ts-roids/compare/v1.34.0...v1.35.0) diff --git a/README.md b/README.md index 0ab7216d..0daea8db 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ Although they introduced `override` in [`v4.3`](https://www.typescriptlang.org/d Decorators like ``@Final`` provide a limited way to emulate final behavior, these are merely band-aids for now, until TS officially supports a true final modifier. -You can also seal an object. +You can also seal an object btw. ```ts @Sealed class Person { diff --git a/package.json b/package.json index 9f1f3319..dcd3c38e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-roids", - "version": "1.35.0", + "version": "1.36.0", "private": false, "description": "Bullet-proof TS even more", "keywords": [