Skip to content

Latest commit

 

History

History
145 lines (67 loc) · 5.81 KB

CHANGELOG.md

File metadata and controls

145 lines (67 loc) · 5.81 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2022-02-02)

⚠ BREAKING CHANGES

  • deserializer: floatToString function was renamed

  • deserializer: rename floatToString (9f838d0)

1.4.0 (2022-02-02)

Features

  • deser: add deserializer for float as string (b99a994)

1.3.1 (2021-11-15)

Bug Fixes

  • deserializer: support of decimal integer (4b8132c)

1.3.0 (2021-11-13)

Features

  • deser: ensure DeserDefinition don't throw (3d96bc1)

1.2.0 (2021-11-12)

Features

  • deserializers: add support for arrays (b9a3c8f)

1.1.0 (2021-11-11)

Features

  • query: add support for arbitrary type for values (e3e0268)

1.0.0 (2021-11-10)

0.0.20 (2021-11-10)

Features

  • query: add sequence support (ea4fc7d)

0.0.19 (2021-11-10)

Bug Fixes

  • deserializers: fix again parsing of decimals (2a7df5f)

0.0.18 (2021-11-10)

Bug Fixes

  • deserializers: support parsing of floats ending with 0 (4311a77)

0.0.17 (2021-11-10)

Bug Fixes

0.0.16 (2021-11-10)

Features

  • deserializer: add string to number deserializer (c89772a)

0.0.15 (2021-11-08)

Features

  • executor: add a close method (8072aca)

0.0.14 (2021-11-07)

Features

  • deserializer: add fromTuple method (fea6d0a)
  • deserializers: add chain method (89f7e80)

0.0.13 (2021-11-07)

Features

  • deser: add support for boolean (f358e5e)

Bug Fixes

  • deserializer: support for interface (02ed8da)

0.0.12 (2021-11-05)

Features

  • deserializers: add transform method (0dcc248)

0.0.11 (2021-11-05)

0.0.10 (2021-11-04)

0.0.9 (2021-11-03)

0.0.8 (2021-11-03)

Features

  • author: add create save (d38dde0)
  • authors: get all authors (2adb251)
  • deser: add orNull shortcut (d72ed00)
  • executor: introduce executor (abe1419)
  • orNull: orNull for named sql deserializer (978eaac)
  • positionDeser: support for orNull helper (e360eb3)

Bug Fixes

  • sqlparser: add support for fragment without params (52263eb)

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.