We've dropped support for Node.js 12. The project probably still works on it, because we have not changed anything in the code. But be careful.
We removed one-letter definitions for the next CLI flags: -S (--strict)
, -c (--css)
, -f (--favicon)
, -l (--locale)
.
If you've been using any of the above-mentioned options, you should replace -S
with --strict
, -c
with --css
and so on.
Nothing changed. We just moved the package to the new scope — @funboxteam
.
Complete refactoring of imports. If some data structure to be used in a file, you now need to import it explicitly in that file.
Changes in attributes example description. If an example should contain multiple values, don't add backticks:
+ Attributes
+ foo: 1,2,3 (array[number]) - no bacticks around multiple values
+ bar: `single value` (string) - backticks around single example value
+ Parameters
must be defined at the same level as + Request
.
+ Attributes
section doesn't need attribute required
now.
If a documentation contains a section with the name Default (for example, default Resource Prototype), it must be renamed, because Crafter uses Default title to set default value of a named type starting with version 1.65.0.