@odata2ts/converter-common
Version:
Luxon based odata2ts compatible converters for date and time related OData types
122 lines (45 loc) • 3.66 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.
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @odata2ts/converter-api bumped from ^0.2.3 to ^0.2.4
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @odata2ts/converter-api bumped from ^0.2.4 to ^0.2.5
## [0.3.7](https://github.com/odata2ts/converter/compare/@odata2ts/converter-common-v0.3.6...@odata2ts/converter-common-v0.3.7) (2025-02-08)
### Bug Fixes
* deployment without compiled code ([#36](https://github.com/odata2ts/converter/issues/36)) ([b2da86c](https://github.com/odata2ts/converter/commit/b2da86c5fffd4727198e5fcb0f34774376d5a7ba))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @odata2ts/converter-api bumped from ^0.2.5 to ^0.2.6
## [0.3.4](https://github.com/odata2ts/converter/compare/@odata2ts/converter-common@0.3.3...@odata2ts/converter-common@0.3.4) (2024-12-18)
**Note:** Version bump only for package @odata2ts/converter-common
## [0.3.3](https://github.com/odata2ts/converter/compare/@odata2ts/converter-common@0.3.2...@odata2ts/converter-common@0.3.3) (2024-08-25)
**Note:** Version bump only for package @odata2ts/converter-common
## [0.3.2](https://github.com/odata2ts/converter/compare/@odata2ts/converter-common@0.3.1...@odata2ts/converter-common@0.3.2) (2024-08-24)
**Note:** Version bump only for package @odata2ts/converter-common
## [0.3.1](https://github.com/odata2ts/converter/compare/@odata2ts/converter-common@0.3.0...@odata2ts/converter-common@0.3.1) (2024-08-14)
### Bug Fixes
* add ".js" to all relative imports ([#21](https://github.com/odata2ts/converter/issues/21)) ([808d021](https://github.com/odata2ts/converter/commit/808d0217edf9b8b90062e412ddc8e956c865c01b))
# [0.3.0](https://github.com/odata2ts/converter/compare/@odata2ts/converter-common@0.2.0...@odata2ts/converter-common@0.3.0) (2024-08-13)
### Code Refactoring
* replace jest with vitest & switch to ESM ([#18](https://github.com/odata2ts/converter/issues/18)) ([29754ab](https://github.com/odata2ts/converter/commit/29754abec8617cfe45f647ffbf91e92586b79ee9))
### BREAKING CHANGES
* switch to ES modules which might break things.
# [0.2.0](https://github.com/odata2ts/converter/compare/@odata2ts/converter-common@0.1.1...@odata2ts/converter-common@0.2.0) (2023-08-30)
### Features
* **common:** add simple time converter ([#15](https://github.com/odata2ts/converter/issues/15)) ([ffeb0f3](https://github.com/odata2ts/converter/commit/ffeb0f3294e39560fcec0b56bd1ca4edbfa8112d))
## [0.1.1](https://github.com/odata2ts/converter/compare/@odata2ts/converter-common@0.1.0...@odata2ts/converter-common@0.1.1) (2023-05-23)
**Note:** Version bump only for package @odata2ts/converter-common
# 0.1.0 (2023-05-22)
### Bug Fixes
* add package test to assure ids and exports match ([4c70269](https://github.com/odata2ts/converter/commit/4c702692ec1c5f56ec4957822dc95989a08b3d78))
### Features
* **common:** bigIntConverter ([#5](https://github.com/odata2ts/converter/issues/5)) ([d6854f6](https://github.com/odata2ts/converter/commit/d6854f6c1081fd0f2ad60e6f7f53e7b9c0bdeec3))
* **common:** introduce common converter package ([#3](https://github.com/odata2ts/converter/issues/3)) ([e63f5dc](https://github.com/odata2ts/converter/commit/e63f5dc0d6cdb1399d275912f039927b0fe7ed7b))
### BREAKING CHANGES
* **common:** package common only exports dateTimeOffsetToDate converter as default