Skip to content

Commit

Permalink
Merge branch 'main' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano authored Dec 10, 2024
2 parents 309698c + d0c6cc3 commit 489cbde
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,53 +17,53 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

* `CFIDE` mapping for compatibility for `orm` and `scheduler` interfaces
* More integration tests
* `Client` scope
* Many more test scenarios
* `struckKeyExists()` transpilers
- `CFIDE` mapping for compatibility for `orm` and `scheduler` interfaces
- More integration tests
- `Client` scope
- Many more test scenarios
- `struckKeyExists()` transpilers

## [1.12.0] - 2024-11-15

## [1.11.0] - 2024-10-31

### Added

* `getTagData()` and `getFunctionData()` lucee compats
- `getTagData()` and `getFunctionData()` lucee compats

## [1.10.0] - 2024-10-28

### Fixed

* Change to `toUnmodifiable` from `toImmutable`
- Change to `toUnmodifiable` from `toImmutable`

### Added

* `cftoken` migration to comply with CFML engines.
* `cfid` migration to comply with CFML engines.
- `cftoken` migration to comply with CFML engines.
- `cfid` migration to comply with CFML engines.

## [1.9.0] - 2024-10-15

## [1.8.0] - 2024-10-10

### Fixed

* Bug with json escape characters in `serializeJSON()`
- Bug with json escape characters in `serializeJSON()`

## [1.8.0] - 2024-10-10

### Fixed

* Bug with `structGet()` and invalid paths not working with `null` values
* `structGet()` not adhering to the actual Adobe CFML behavior
- Bug with `structGet()` and invalid paths not working with `null` values
- `structGet()` not adhering to the actual Adobe CFML behavior

## [1.7.0] - 2024-09-30

## [1.6.0] - 2024-09-19

### Changed

* Name change to `bx-compat-cfml` to better describe the module
- Name change to `bx-compat-cfml` to better describe the module

## [1.4.1] - 2024-09-19

Expand All @@ -75,7 +75,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

* BL-491 New module settings:
- BL-491 New module settings:

```js
// The CF -> BL AST transpiler settings
Expand All @@ -90,33 +90,33 @@ transpiler = {
}
```

* BL-449 preserve single quotes
* Added more docs
* Added new BIFS: `getVariable()`, `setVariable()`, `getComponentMetadata()`, `getMetaData()`, `deleteClientVariable()`, `getClientVariablesList()`
- BL-449 preserve single quotes
- Added more docs
- Added new BIFS: `getVariable()`, `setVariable()`, `getComponentMetadata()`, `getMetaData()`, `deleteClientVariable()`, `getClientVariablesList()`

## [1.2.0] - 2024-08-09

### Added

* Module should coerce null values to empty string if the `queryNullToEmpty` is set to true, which is the default
* `objectLoad(), and objectSave()` aliases for `objectSerialize()` and `objectDeserialize()` respectively.
- Module should coerce null values to empty string if the `queryNullToEmpty` is set to true, which is the default
- `objectLoad(), and objectSave()` aliases for `objectSerialize()` and `objectDeserialize()` respectively.

### Fixed

* Updated to use Attempts instead of Optionals for caching.
- Updated to use Attempts instead of Optionals for caching.

## [1.1.0] - 2024-06-29

### Fixed

* change of interface for cache provider returning arrays now since beta3
* New setting `engine` so you can chose "adobe" or "lucee" instead of the boolean operators
* Use the latest stable BoxLang beta build
* Gradle not using the `boxlangVersion` property
- change of interface for cache provider returning arrays now since beta3
- New setting `engine` so you can chose "adobe" or "lucee" instead of the boolean operators
- Use the latest stable BoxLang beta build
- Gradle not using the `boxlangVersion` property

## [1.0.0] - 2024-06-13

* First iteration of this module
- First iteration of this module

[Unreleased]: https://github.com/ortus-boxlang/bx-compat-cfml/compare/v1.13.0...HEAD

Expand Down

0 comments on commit 489cbde

Please sign in to comment.