declare_schema 2.3.3.pre.1 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +2 -2
- data/Gemfile.lock +1 -1
- data/lib/declare_schema/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d9bc6d7a94a1064cdeca883fbd1f40063771b12aff133925c1b83fcb83affebf
|
4
|
+
data.tar.gz: 6cc522f1d5b5bf855451e5985e8f8083ac610489625c71fdb9e1cb9d713ed751
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f66aa50f211b7252ca146b72af859b90b5802025c99f2395379f0bdc7511b32b01918d56ed752edce00fdcfab17c47b2c218816581bd71ed148a026961e8fe54
|
7
|
+
data.tar.gz: d8b7b93ab90a18b3dda1ed6b19083b3f087aa8c35143e901247f9a44b67fac81f1c40be2e4d980fc4b38fcd29605912ee53a868451f3648ac9d210ae879c696f
|
data/CHANGELOG.md
CHANGED
@@ -4,13 +4,13 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
4
4
|
|
5
5
|
Note: this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
6
6
|
|
7
|
-
## [
|
7
|
+
## [3.0.0] - 2025-04-08
|
8
8
|
### Changed
|
9
9
|
- The `timestamps` DSL method to create `created_at` and `updated_at` columns now defaults to `null: false` for `datetime` columns
|
10
10
|
- The `timestamps` DSL method to allow additional options to be passed to the `datetime` fields
|
11
11
|
|
12
12
|
### Fixed
|
13
|
-
- Fixed a bug where `#validate` methods on core object classes with required arguments
|
13
|
+
- Fixed a bug where `#validate` methods on core object classes with required arguments was causing model validations to fail
|
14
14
|
|
15
15
|
## [2.3.2] - 2025-02-21
|
16
16
|
### Fixed
|
data/Gemfile.lock
CHANGED