v1.0.6 #2287
taoeffect
started this conversation in
Show and tell
v1.0.6
#2287
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to run this
The archive file contains a
dist/
folder that needs to be placed into a copy of this cloned repo. Then you can serve it usinggrunt serve
. On a production site, you should to use these environment variables:NODE_ENV=production
GI_PERSIST=sqlite
(orGI_PERSIST=fs
, butsqlite
is recommended)What's Changed
numberRange()
validator + string validation fixes #2220 - add more numberRange / stringMax validators by @SebinSong in #2220 - add more numberRange / stringMax validators #2274Full Changelog: v1.0.5...v1.0.6
This discussion was created from the release v1.0.6.
Beta Was this translation helpful? Give feedback.
All reactions