Releases: framework-one/fw1
Release Candidate 1 for 2.5
See https://github.com/framework-one/fw1/issues?milestone=14&page=1&state=closed for features added (or removed!) in this release.
Changes since RC0: add getRC()
, getRCValue()
, enableGlobalRC
; add rc
argument to setupView()
and setupResponse()
.
Release Candidate 0 for 2.5
See https://github.com/framework-one/fw1/issues?milestone=14&page=1&state=closed for features added (or removed!) in this release. Cutting RC0 to get the code into people's hands. Documentation will be updated "real soon now".
Release 2.2 (Modern CFML Version)
Many REST and routing enhancements. Numerous bug fixes.
Release 2.2 RC2
Release Candidate 2 - mostly REST API bug fixes:
- Turn off tracing when
renderData()
called. - Correct behavior of
buildURL()
with".?"
. - Correct subsystem delimiter in resource routes (dfair98, jcberquist).
- Correct JSON content type for
renderData()
(MarcinS). renderData()
now has optionalstatusCode
argument- Included DI/1 0.5.0
Release 2.2 RC1
Improvements for writing REST APIs:
- renderData() to make it easier to write REST APIs with FW/1
- routes now support "resources" for automatic generation of set of related routes (for REST APIs)
Lots of bug fixes and minor enhancements (see the commit list for more details).
Release 1.3 (1.x Compatibility Branch)
A minor bug fix release for the old compatibility branch. Improves compatibility with CFMX 7 and OpenBD. Fixes bugs: setView() and uncaught exceptions, unhandled files.
Release 2.1.1
Critical bug fix to stable 2.1 release
Release 2.1 (Modern CFML Version)
Stable release for ACF9.0.1+ / Railo3.2+.