We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356f4b2 commit 6fc577cCopy full SHA for 6fc577c
CHANGELOG.md
@@ -3,7 +3,12 @@ All notable changes to `omines\datatables-bundle` will be documented in this fil
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
## [Unreleased]
6
-Nothing yet.
+### Breaking
7
+ - Move logic to makes queries without limits to the relevant adapters (#257)
8
+
9
+This release changes State semantics that `setLength` now officially supports `NULL`
10
+values to indicate no limit. This used to be `-1` before. It is unlikely to affect
11
+or break any applications.
12
13
## [0.6.0] - 2022-02-15
14
### Added
0 commit comments