Releases: coldbox-modules/cors
Releases · coldbox-modules/cors
v2.1.0
chore
- build: Add adobe@2018 to testing matrix
(ee5e50c)
feat
- cors: Dynamically determine allowed headers
(25a98ba)
- cors: Dynamically determine allowed methods
(1e33450)
- cors: Dynamically determine allowed origins
(97cae05)
v2.0.3
other
- *: chore: Add debug logging for future debugging
(73c0190)
v2.0.2
other
- *: chore: remove Node dependencies
(429e68c)
- *: fix: Move postProcess to preEvent to fit within caching lifecycle
(d2184f0)
- *: fix: Remove duplicate code
(091140e)
v2.0.1
fix
- Caching: Fix for event caching when expiring
(a06dbfa)
v2.0.0
BREAKING
- CORS: Ignore cached events for CORS (9d6fd4c)
v1.4.1
chore
- build: trigger minor release (ef05a5c)
v1.4.0
feat
- events: Add eventPattern to settings (#2) (b7544a9)
v1.3.0
chore
- build: Remove unnecessary package scripts (88f7e90)
- build: Fix ACF builds (dc433de)
- build: Add Travis CI and Semantic Release (d084e2f)
feat
- cors: Add isAllowed check and response (36d605e)
- cors: Send a generic preflight back if none defined (352e20d)
other