You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Changelogs per Release](https://download.lucee.org/changelog/?version=6.2)
23
+
-[Changelogs per Release](https://download.lucee.org/changelog/)
17
24
-[New Tags & Functions, Arguments and Attributes](https://docs.lucee.org/reference/changelog.html)
18
25
19
-
### Breaking changes
26
+
### Breaking Changes
27
+
28
+
See all breaking changes documentation at [docs.lucee.org/recipes](https://docs.lucee.org/recipes.html):
20
29
21
-
-[Breaking Changes Between Lucee 5.4 and 6.0](https://docs.lucee.org/recipes/breaking-changes-6-0.html)
22
-
-[Breaking Changes Between Lucee 6.0 and 6.1](https://docs.lucee.org/recipes/breaking-changes-6-1.html)
23
-
-[Breaking Changes Between Lucee 6.1 and 6.2](https://docs.lucee.org/recipes/breaking-changes-6-2.html)
24
30
-[Breaking Changes Between Lucee 6.2 and 7.0](https://docs.lucee.org/recipes/breaking-changes-7.html)
31
+
-[Breaking Changes Between Lucee 7.0 and 7.1](https://docs.lucee.org/recipes/breaking-changes-7-1.html)
32
+
-[Breaking Changes Between Lucee 7.1 and 8.0](https://docs.lucee.org/recipes/breaking-changes-8-0.html) (coming soon)
25
33
26
34
## Installation
27
35
28
-
You can [build Lucee from source](https://docs.lucee.org/guides/working-with-source.html) or grab one of our distributions:
36
+
You can [build Lucee from source](https://docs.lucee.org/guides/working-with-source.html) or download a distribution from [download.lucee.org](https://download.lucee.org/). We also provide [official Docker images and Dockerfiles](https://github.com/lucee/lucee-dockerfiles).
37
+
38
+
## LuCLI
39
+
40
+
[LuCLI](https://lucli.dev/) is a command-line interface for Lucee development and deployment. It provides server lifecycle management, CFML script execution, module system, dependency management, and AI integration — all from the terminal.
A machine-readable skill so your AI assistant knows modern Lucee. Drop-in context for Cursor, Copilot, Warp, Claude, ChatGPT, and more. Always aligned with the latest docs.
-[Lucee Express](https://lucee.org/downloads.html) (just unzip and run; delete to clean up)
31
-
-[Installers for Windows, Linux and OSX](https://lucee.org/downloads.html)
32
-
-[Official Dockerfiles and Docker images](https://github.com/lucee/lucee-dockerfiles)
92
+
Hosted by Lucee, gives your AI callable tools for Lucee documentation and CFML code analysis.
33
93
34
-
Alternatively try the super-useful [CommandBox](https://www.ortussolutions.com/products/commandbox) standalone developer tools for CFML powered by Lucee.
94
+
**Tools:**
95
+
-`search_lucee_docs` — search functions, tags, and recipes in the Lucee docs
96
+
-`get_lucee_function` — full descriptor for a built-in function (arguments, types, examples)
97
+
-`get_lucee_tag` — full descriptor for a tag (attributes, types, examples)
98
+
-`parse_cfml_ast` — parse CFML source into an AST (tags, calls, control flow)
99
+
-`query_cfml_ast` — query an AST by node type, name, or line number
// public static long calculateNextExecutionEvery(DateTimeUtil util, long now, boolean notNow, TimeZone timeZone, long start, long endTime, int amount) {
63
+
64
+
it(title="LDEV-6426: an 'every N minutes' task with only an end time must stop firing after that time each day and resume the next day", body=function(){
0 commit comments