# Changes

## 2026-05-11

- [2.6.0] Updates to match ```dobo@2.23.0``` specs

## 2026-04-25

- [2.5.4] Bug fix in ```driver.buildModel()```

## 2026-04-02

- [2.5.2] Bug fix in ```findRecord()``` on getting records count
- [2.5.3] Bug fix in ```handleLastPage()```

## 2026-04-01

- [2.5.1] Bug fix in ```findRecord()```

## 2026-03-30

- [2.5.0] Add full ```hardCap``` support

## 2026-03-25

- [2.4.1] Bug fix in ```findAllRecord()```, now obey ```dobo.hardCap```

## 2026-03-05

- [2.4.0] Add transaction support

## 2026-01-29

- [2.3.0] Add ```bulkCreateRecord()```

## 2026-01-16

- [2.2.1] If native driver doesn't support unique index, it converted to normal index.

## 2025-12-22

- [2.2.0] Upgrade to conform ```bajo@2.2.x``` specs
- [2.2.0] From now on this plugin only serve as library to many databases supported by Knex
- [2.2.0] You should use e.g. ```dobo-sqlite3``` directly