@codelytv/primitives-type
Version:
Type entity primitives from value objects
51 lines (23 loc) • 2.22 kB
Markdown
# Changelog
## [3.1.0](https://github.com/CodelyTV/typescript-primitives-type/compare/v3.0.2...v3.1.0) (2025-04-25)
### Features
* export iso date time ([#27](https://github.com/CodelyTV/typescript-primitives-type/issues/27)) ([bd0c4b6](https://github.com/CodelyTV/typescript-primitives-type/commit/bd0c4b6a54fa64194db753f0c72295eb9d5954a2))
## [3.0.2](https://github.com/CodelyTV/typescript-primitives-type/compare/v3.0.1...v3.0.2) (2025-04-25)
### Bug Fixes
* correct readme image ([#25](https://github.com/CodelyTV/typescript-primitives-type/issues/25)) ([7fdd3ef](https://github.com/CodelyTV/typescript-primitives-type/commit/7fdd3efc821e33764ed6ba143293ffae9fb6e2b3))
## [3.0.1](https://github.com/CodelyTV/typescript-primitives-type/compare/v3.0.0...v3.0.1) (2025-04-25)
### Bug Fixes
* execute build on ci ([#23](https://github.com/CodelyTV/typescript-primitives-type/issues/23)) ([c7f87e8](https://github.com/CodelyTV/typescript-primitives-type/commit/c7f87e89afe7b247e34d66e047c95212edf3bff2))
## [3.0.0](https://github.com/CodelyTV/typescript-primitives-type/compare/v2.0.0...v3.0.0) (2025-04-25)
### ⚠ BREAKING CHANGES
* convert date to iso instead of number ([#21](https://github.com/CodelyTV/typescript-primitives-type/issues/21))
### Features
* convert date to iso instead of number ([#21](https://github.com/CodelyTV/typescript-primitives-type/issues/21)) ([7447dd2](https://github.com/CodelyTV/typescript-primitives-type/commit/7447dd2019621a46b5c9a7735494d714116a2b58))
## [2.0.0](https://github.com/CodelyTV/typescript-primitives-type/compare/v1.2.0...v2.0.0) (2025-02-04)
### ⚠ BREAKING CHANGES
* convert Date type to number ([#18](https://github.com/CodelyTV/typescript-primitives-type/issues/18))
## [1.2.0](https://github.com/CodelyTV/typescript-primitives-type/compare/primitives-type-v1.1.1...primitives-type-v1.2.0) (2025-02-04)
### Features
* No modifications introduced in this version. Being forced to bump the minor version due to automating the release precess.
## Previous versions
* We started automating the changelog generation and release process in this version 1.2.0, but have been using Semantic Versioning since the initial release of this library.