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 d816c51 commit 7cc7a21Copy full SHA for 7cc7a21
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
Started from version 0.2.5
9
10
+## [0.2.7] - 2019-12-16
11
+
12
+### Added
13
14
+* remove empty string from update/create params when field is reference, float or number
15
16
## [0.2.6] - 2019-09-20
17
18
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "admin-bro-sequelizejs",
3
- "version": "0.2.6",
+ "version": "0.2.7",
4
"description": "Sequelize adapter for AdminBro",
5
"main": "index.js",
6
"scripts": {
0 commit comments