
Version 1.2
artcore 1.2.0
Breaking Changes
-
Function renames to snake_case - All functions now follow snake_case naming convention:
-
..dbc()→dbc() -
..dbd()→dbd() -
genArtistID()→gen_artist_id() -
genArtworkID()→gen_artwork_id() -
genCollectionID()→gen_collection_id()
-
- Deprecated functions error immediately - Old function names are still exported but now throw an error directing users to the new names.