Skip to content

Commit

Permalink
chore(changelog): update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Yukal committed Mar 30, 2024
1 parent c2f998b commit 6e8c0e2
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
## v0.0.4 – 2024-03-30


### New Features

* **ua:** add missed letter ([cebe6b42](https://github.com/yukal/declension-name/commit/cebe6b42803d3249c6e3249afffa7acef6d6111a))


### Bug Fixes

- **core:**
- getFormattedArray ([da673bdc](https://github.com/yukal/declension-name/commit/da673bdcd13056f5bba4e2c46dc4dd972ecceed0))
- generateIndex ([c5265f74](https://github.com/yukal/declension-name/commit/c5265f745a76aa9466a98ff842f78e55777d31c1))
- getCasesConnected ([7ac74189](https://github.com/yukal/declension-name/commit/7ac74189cf7d0ff3f3c910940cad5cff87183ee7))
- WordCase ([e32e9f63](https://github.com/yukal/declension-name/commit/e32e9f630351b5544444d2ad4912e7672cbd4625))
- genderAutoDetect ([14abb39a](https://github.com/yukal/declension-name/commit/14abb39a943c440bd43f2cf55dad881b50b90cab))
- thrown-errors report ([1d7254e2](https://github.com/yukal/declension-name/commit/1d7254e2a2bfd144ff512efd308f0581fec3b77a))


### Refactors

- split tests to basic and general ([909b4120](https://github.com/yukal/declension-name/commit/909b41207a89906129f60ba6829cf55d5012bcf6))
- update tests ([1202a3a9](https://github.com/yukal/declension-name/commit/1202a3a927dc385e5c244e882ca557259919fb1c))
- fix typo ([f6433dd8](https://github.com/yukal/declension-name/commit/f6433dd843ed4e162e70e2ab8ae973139cec6c03))
- remove unnecessary dependencies ([d67a0503](https://github.com/yukal/declension-name/commit/d67a050380cfc36c69422384506a19e608bc9a47))
- use commonjs ([dd8bbc3d](https://github.com/yukal/declension-name/commit/dd8bbc3d612204430261e419299986b3bc9b0956))
- update quotation ([eda69f1c](https://github.com/yukal/declension-name/commit/eda69f1c5a8f0d48f8243d6faa3214859eca5b84))
- update indentation ([896c8593](https://github.com/yukal/declension-name/commit/896c8593e198d27035675874d96e666cb81f8ca0))
- **core:**
- update the fullReset behavior ([0afbe13f](https://github.com/yukal/declension-name/commit/0afbe13f8389f7fac41b8bdfc3def3918d9392ce))
- improve getFullNameFormat ([d1ded9e4](https://github.com/yukal/declension-name/commit/d1ded9e4006785deda25e4e3e3e6f21448947585))
- improve splitFullName ([fdfd4095](https://github.com/yukal/declension-name/commit/fdfd409553d8dc5073206fb14b03abdd2aa6ea3d))
- numeric type instead null ([92c8015d](https://github.com/yukal/declension-name/commit/92c8015d019c7d816d6681f3ce33787cb8e0a4d7))
- **word:** change type ([35377a5a](https://github.com/yukal/declension-name/commit/35377a5a582399f5d4efa91ba8fc123984f02238))
- **ua:**
- improve isApostrof() ([247b778e](https://github.com/yukal/declension-name/commit/247b778e25e0871f767e8acff2390b10b71bb2da))
- update FirstLastVowel ([a1729d02](https://github.com/yukal/declension-name/commit/a1729d02ae40c2a9f315842dde389b92c1a13adc))


### Tests

- **ua:** a bunch of tests ([88db77b5](https://github.com/yukal/declension-name/commit/88db77b515986a56592d3a3239e9d6ac89bbd1f2))
- **core:** check method `Last()` ([01171a03](https://github.com/yukal/declension-name/commit/01171a03436b8b4b8da18bc48463c89d99f03a67))
- **word:** a bunch of tests ([747821f8](https://github.com/yukal/declension-name/commit/747821f8b15c1086dcb9906c9177531dd778e410))


### Chores

- update package.json ([19da8850](https://github.com/yukal/declension-name/commit/19da88505ab338bead4537a8db9c5185025e918c)) ([53b481b5](https://github.com/yukal/declension-name/commit/53b481b5ad3b3c720ca796ffd04df9ec50170654)) ([a205b7e6](https://github.com/yukal/declension-name/commit/a205b7e6d86e0d55e71c758f05322497574749de))


### Docs

- translate in English ([57f5f1f8](https://github.com/yukal/declension-name/commit/57f5f1f848fc809be8869a8ca6cec92c1ab69667))
- **readme:** update description ([f783bc2b](https://github.com/yukal/declension-name/commit/f783bc2bdb3c0edfaf6565c775b818d14655aa4d))


### Continuous Integration

- **action:** run general tests ([993f8091](https://github.com/yukal/declension-name/commit/993f8091e14da62f8182c9c775eef4ddcf25700e))
- **action:** run basic tests ([e38291bd](https://github.com/yukal/declension-name/commit/e38291bd2432b187c6484b81f79cb88c62c4ab92))

0 comments on commit 6e8c0e2

Please sign in to comment.