Skip to content

Commit

Permalink
v3.3.1 Merge branch 'development'
Browse files Browse the repository at this point in the history
lmajano committed Mar 20, 2023
2 parents 4db1748 + bc66bbf commit 324abaa
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion box.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"Mementifier : The State Maker!",
"version":"3.3.0",
"version":"3.3.1",
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/mementifier/@build.version@/[email protected]@.zip",
"author":"Ortus Solutions, Corp",
"homepage":"https://github.com/coldbox-modules/mementifier",
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

----

## [3.3.1] => 2023-MAR-20

### Fixed

* `autoCastBooleans` on `getMemento()` was always set to `true`.

----

## [3.3.0] => 2023-MAR-17

### Added
2 changes: 1 addition & 1 deletion interceptors/Mementifier.cfc
Original file line number Diff line number Diff line change
@@ -130,7 +130,7 @@ component {
string dateMask,
string timeMask,
string profile = "",
boolean autoCastBooleans = true
boolean autoCastBooleans
){
local.includes = duplicate( arguments.includes );
local.excludes = duplicate( arguments.excludes );

0 comments on commit 324abaa

Please sign in to comment.