foundeo / cfdocs

Repository for the cfdocs.org site.
https://cfdocs.org/
Other
180 stars 341 forks source link

Update queryappend.json #1652

Closed scallahanCybernet closed 3 months ago

scallahanCybernet commented 3 months ago

Added support for Lucee 6.0.0.15

scallahanCybernet commented 3 months ago

@pfreitag You may want to update the Lucee version regex in the JSON validator to allow for micro versioning. This didn't pass JSON validation when I entered 6.0.0.15, but that is the official version this function was added to Lucee.

pfreitag commented 3 months ago

yeah, I think we were hoping to support semver style versions there. Could you add in the notes of the engine key the exact version?

pfreitag commented 3 months ago

going to merge this since the number of people running a version of 6.0.0 less than 6.0.0.15 has to be close to zero, but feel free to add the note in another PR

scallahanCybernet commented 3 months ago

going to merge this since the number of people running a version of 6.0.0 less than 6.0.0.15 has to be close to zero, but feel free to add the note in another PR

Unless Brad is still messing around with testing something 😝