Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Apr 4, 2024
1 parent 34b3413 commit ad72cbc
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,18 @@

## [2.10.0](https://github.com/cycle/database/compare/2.9.0...v2.10.0) (2024-04-04)


### Features

* Add support for the `NOT` operator in SQL queries. Add new methods `whereNot`, `andWhereNot`, and `orWhereNot` ([943437e](https://github.com/cycle/database/commit/943437ef745102b25f79acaf1fa3cefcc42c0a2b))

- Add support JSON columns in `orderBy` statement by @msmakouz (#184)
- Add `mediumText` column type by @msmakouz (#178)
- Add support for the `NOT` operator in SQL queries. Add new methods `whereNot`, `andWhereNot`, and `orWhereNot` by @msmakouz (#185)

### Bug Fixes

* Fix psalm type for DatabaseInterface::transaction() method ([#186](https://github.com/cycle/database/issues/186)) ([1f5b226](https://github.com/cycle/database/commit/1f5b226f6da26cd7c132f5ecc35a3fb37c396984))

- Fixed caching of SQL insert query with Fragment values by @msmakouz (#177)
- Fixed detection of enum values in PostgreSQL when a enum field has only one value by @msmakouz (#181)
- Fix psalm type for `DatabaseInterface::transaction()` method by @roxblnfk (#186)

### Continuous Integration

* automate changelog and release management ([#2](https://github.com/cycle/database/issues/2)) ([10bd18e](https://github.com/cycle/database/commit/10bd18e116f8345ca8d34fc280f5692abd18c531))
* switch to auto changelog ([#3](https://github.com/cycle/database/issues/3)) ([bed846b](https://github.com/cycle/database/commit/bed846b7afba7fc18390d2256814884504eaaf09))
- Automate changelog and release management @lotyp (#189)

## [2.9.0](https://github.com/cycle/database/compare/2.8.1...2.9.0) (2024-03-27)

Expand Down

0 comments on commit ad72cbc

Please sign in to comment.