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
implemented deserialisation of IdStrategy from String
* addsuffix=blah , to add suffix
* addprefix=blah, to add prefix
* updateversion, to add or increment a version suffix (v1,v2,v3,etc)
* randomsuffix, to set a random suffix (nanoid)
* replace=blah , to just set a static String
* replacerandom=blahprefix;blahsuffix , to set a prefix, random component
(nanoid) and suffix
0 commit comments