Skip to content

Commit b2594fb

Browse files
authored
Merge branch 'plainblack:main' into main
2 parents 3555dd7 + aef6f37 commit b2594fb

File tree

4 files changed

+37885
-5
lines changed

4 files changed

+37885
-5
lines changed

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ dist
1111
**/node_modules
1212
*.zip
1313
docs/.vitepress/cache
14-
docs/.vitepress/dist
15-
package-lock.json
14+
docs/.vitepress/dist

docs/change-log.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ outline: deep
77
* Fixed a bug where ving record fields of type 'int' were not being initialized properly.
88
* Removed unnecessary validation on Dropzone.
99
* Upgraded to Nuxt 3.11.2 from 3.10.0.
10-
* NOTE: run "npm i"
1110
* Merged VarChar, Text, and MediumText examples in docs into a String Examples section.
1211
* Renamed dbString to dbVarChar, but kept an alias as dbString.
1312
* Built ving schema validation system.
1413
* Fixed a bunch of bugs in the ving schema documentation.
1514
* Moved extensionMap from ving/record/records/S3File.mjs to ving/schema/schemas/S3File.mjs.
16-
* Removed package-lock.json from git repo as it causes upstream conflicts like crazy.
15+
* Upgraded from mysql2 3.3.4 to 3.9.7.
16+
* NOTE: run "npm i"
1717

1818
## 2024-04-24
1919
* Fixed a bug where an error when making calls on currentUserStore would destroy existing data.

0 commit comments

Comments
 (0)