# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [3.3.3](https://gitlab.com/kohana-js/controller-mixins/orm/compare/v3.3.2...v3.3.3) (2023-08-22)


### Bug Fixes

* SQL injection through order by ([80179d8](https://gitlab.com/kohana-js/controller-mixins/orm/commit/80179d8e838c0c0ffb7865f4e48e19ea6a61aa88))

### [3.3.2](https://gitlab.com/kohana-js/controller-mixins/orm/compare/v3.3.1...v3.3.2) (2023-07-19)


### Bug Fixes

* cannot read record with hex id ([0fcdd28](https://gitlab.com/kohana-js/controller-mixins/orm/commit/0fcdd28e0cb6c6f36497f3d3a6740df36340d561))

### [3.3.1](https://gitlab.com/kohana-js/controller-mixins/orm/compare/v3.3.0...v3.3.1) (2023-07-19)

## [3.3.0](https://gitlab.com/kohana-js/controller-mixins/orm/compare/v3.2.3...v3.3.0) (2023-06-01)


### Features

* ControllerMixinORMRead with additional critieria ([3bd5348](https://gitlab.com/kohana-js/controller-mixins/orm/commit/3bd53487d7360902b53df74bd0b9a66adbd12dba))

### [3.2.3](https://gitlab.com/kohana-js/controller-mixins/orm/compare/v3.2.2...v3.2.3) (2023-03-14)


### Bug Fixes

* gitlab ci ([862712c](https://gitlab.com/kohana-js/controller-mixins/orm/commit/862712c0a3249c257081679bdfcd5f84a4778838))
* ORM input allow edit belongs to and has many Model. ([f965215](https://gitlab.com/kohana-js/controller-mixins/orm/commit/f965215e412d332e839fe0b2f7ddb394243a5d2d))

### [3.2.2](https://gitlab.com/kohana-js/controller-mixins/orm/compare/v3.2.1...v3.2.2) (2022-06-22)

### [3.2.1](https://gitlab.com/kohana-js/controller-mixins/orm/compare/v3.2.0...v3.2.1) (2022-05-03)

## [3.2.0](https://gitlab.com/kohana-js/controller-mixins/orm/compare/v3.1.1...v3.2.0) (2022-04-29)


### Features

* action_index support start and end query string ([c2b70d0](https://gitlab.com/kohana-js/controller-mixins/orm/commit/c2b70d06dfe8b4f37b53104f265ebd4ac6f8cfcb))

### [3.1.1](https://gitlab.com/kohana-js/controller-mixins/orm/compare/v3.1.0...v3.1.1) (2022-03-09)

## [3.1.0](https://gitlab.com/kohana-js/controller-mixins/orm/compare/v3.0.19...v3.1.0) (2021-12-10)


### Features

* add dependency module ([042acd9](https://gitlab.com/kohana-js/controller-mixins/orm/commit/042acd95e0332223946ed590192906b1ac1c0c99))

### 3.0.19 (2021-11-29)


### Bug Fixes

* parse chain child cannot update if field value is blank ([1d651d7](https://gitlab.com/kohana-js/controller-mixins/orm/commit/1d651d7578b1c2e8be506a5491d7f19366cecfb9))
* test use mod-database ([e541779](https://gitlab.com/kohana-js/controller-mixins/orm/commit/e54177936c21ceaa828b064808221ac3b97a91c8))

## [3.0.18] - 2021-09-07
### Added
- create CHANGELOG.md