codsen-utils
Version:
Various utility functions
63 lines (35 loc) • 2.34 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.6.0 (2023-05-21)
### Features
- add `intersection()` and `omit()` ([d71f024](https://github.com/codsen/codsen/commit/d71f024dd3223dfbf2182dbb7c28ac592b13bba2))
## 1.5.0 (2023-05-13)
### Bug Fixes
- type improvements ([6847c21](https://github.com/codsen/codsen/commit/6847c21ce33b36e56b767ef63504d9233810d2e9))
- type tweaks ([8173408](https://github.com/codsen/codsen/commit/8173408b57f963055cca991a0cb697c9d2d664e4))
### Features
- add `compareFn()` to tackle `@typescript-eslint/require-array-sort-compare` lint rule ([a25524a](https://github.com/codsen/codsen/commit/a25524a027067208b8e94b30b6745790ec278fbe))
- add `includes()` ([c6cf14e](https://github.com/codsen/codsen/commit/c6cf14e8a7f3fb2a063fcec3381700798341ad42))
## 1.4.0 (2023-04-16)
### Features
- add `detectEol()` ([04d2f3d](https://github.com/codsen/codsen/commit/04d2f3d36963e1b1729887098126cba5719d97c0))
- add `resolveEolSetting()` and type `EolSetting` ([ceae282](https://github.com/codsen/codsen/commit/ceae282e1f9240638e0aefc57eab48dde9de6ba1))
## 1.3.0 (2023-03-12)
### Features
- add new functions ([aee27c1](https://github.com/codsen/codsen/commit/aee27c1346fce279f7f2570c245469bafcaa72a5))
## 1.2.0 (2022-12-27)
### Features
- add `isCurrencyChar()` ([3de83c3](https://github.com/codsen/codsen/commit/3de83c3edf31c503bf394887b64915d3d74ed185))
- add `isCurrencySymbol()` ([9de553c](https://github.com/codsen/codsen/commit/9de553c30c2dbbc570409b876dde8161ac2ae693))
## 1.1.1 (2022-12-27)
### Bug Fixes
- add multiplication sign ([a93a230](https://github.com/codsen/codsen/commit/a93a2302d2385cc32f2cea0825666b683b4402e0))
## 1.1.0 (2022-12-26)
### Features
- add `findAllIdx()` ([3722d02](https://github.com/codsen/codsen/commit/3722d02eeca407f1a48c6683fff26eca44a7ad04))
- add `isWhitespaceChar()` and `thinSpace` ([77e23fe](https://github.com/codsen/codsen/commit/77e23fef4fadae4ff3cb1cdbaef483293b2b9599))
- add `stringSplice()` ([3d96011](https://github.com/codsen/codsen/commit/3d96011a3163a4e24ab8d6c23d0cf345f0c1f63f))
## 1.0.1 (2022-12-22)
### Bug Fixes
- init ([5e94b0d](https://github.com/codsen/codsen/commit/5e94b0d27d94c50dd337819279ab2e7aa082c57f))