Skip to content

Latest commit

 

History

History
191 lines (109 loc) · 2.79 KB

CHANGELOG.md

File metadata and controls

191 lines (109 loc) · 2.79 KB

Changelog

[1.3.0] - 2024-10-24

Bug Fixes

  • Makefile actions

Features

  • Support filter by uuid on jetbrains exposed framework

Testing

  • Field map

[1.2.0] - 2024-09-30

Features

  • Add toColumn infix function

[1.1.1] - 2024-09-30

Miscellaneous Tasks

  • Fix replace version step

[1.1.0] - 2024-09-30

Features

  • Support jetbrains exposed
  • Test postgresql and mariadb with exposed
  • Update scripts

Testing

  • Sort predicate
  • Disable mariadb tests

[1.0.0] - 2024-06-28

Features

  • [breaking] Replace field maps by DefaultFieldMap or StrictFieldMap instead of regular map

[0.4.0] - 2024-06-26

Features

  • Add replace filter extension function

[0.3.0] - 2024-06-17

Features

  • Serialize to base64 filters and order by
  • Add set order by and set filters to CriteriaBuilder

[0.2.8] - 2024-06-17

Miscellaneous Tasks

  • No cache build configurations

[0.2.7] - 2024-06-17

Miscellaneous Tasks

  • Disable parallel builds

[0.2.6] - 2024-06-17

Miscellaneous Tasks

  • Up gradle heap and metaspace

[0.2.5] - 2024-06-17

Miscellaneous Tasks

  • Build javadoc in other task

[0.2.4] - 2024-06-17

Miscellaneous Tasks

  • Ignore dokka tasks

[0.2.3] - 2024-06-17

Miscellaneous Tasks

  • Ignore dokka tasks

[0.2.2] - 2024-06-17

Miscellaneous Tasks

  • Ignore build and dokka when publish

[0.2.1] - 2024-06-17

Miscellaneous Tasks

  • Fix release wokflow

[0.2.0] - 2024-06-17

Bug Fixes

  • Contains and not contains operator in FilterScalarPredicateAdapter
  • Expected expression
  • Deno parseArgs import
  • Relative import
  • Paged results on mongodb adapter

Features

  • Support make joins on CriteriaJPASpecificationAdapter
  • Add logging level debug for show sql executed by hibernate
  • Allow modify an existing criteria
  • Convert to data class the Criteria class

Miscellaneous Tasks

  • Deploy reference docs
  • Create release workflow
  • Create release workflow
  • Ci release
  • Ci release
  • Ci release
  • Ci release
  • Ci release
  • Release to maven central
  • Set publish env variables
  • Test
  • Fix release action
  • Prevent make release of main branch
  • Dispatch only on tag
  • Dispatch only on tag

Testing

  • Test all operators in mongodb

[0.1.0] - 2024-04-20

Features

  • Support kotlin instant

[0.0.5] - 2024-04-20

Refactor

  • Use generic criteria instead of AnimeCriteria

[0.0.3] - 2024-04-19

Bug Fixes

  • Deserialize arrays

Documentation

  • Update code KDoc

[0.0.2] - 2024-04-16

Features

  • Add criteria builder

[0.0.1] - 2024-04-16

Features

  • Scripts for bump the library version
  • Support filter by lists

[0.0.0] - 2024-04-12

Features

  • Add react hook
  • Adapt to mongodb and apply to JpaSpecificationExecutor
  • Add the regex operator to mongodb