
Version 0.18
artutils 0.18.0
Breaking Changes
-
Function renames to snake_case - All functions now follow snake_case naming convention:
-
dbArtGet()→db_art_get() -
dbArtAppend()→db_art_append() -
dbArtUpdate()→db_art_update() -
getAppdata()→get_appdata() -
getArtistIndex()→get_artist_index() -
getArtistStyleMap()→get_artist_style_map() -
getArtistTags()→get_artist_tags() -
getArtistOpensea()→get_artist_opensea() -
getArtworkIndex()→get_artwork_index() -
getArtworkStats()→get_artwork_stats() -
getArtworkMeta()→get_artwork_meta() -
getArtworkProfile()→get_artwork_profile() -
getArtworkProfileFull()→get_artwork_profile_full() -
getVerificationInfo()→get_verification_info() -
getArtworkOpensea()→get_artwork_opensea() -
artHasNFT()→art_has_nft() -
getFrameAnalytics()→get_frame_analytics() -
getImageRaster()→get_image_raster() -
addArtwork()→add_artwork() -
addCollection()→add_collection() -
updateArtistStats()→update_artist_stats() -
updateArtistBenchmarks()→update_artist_benchmarks() -
deleteCollection()→delete_collection() - All
path*functions →path_*(e.g.,pathArtworkThumb()→path_artwork_thumb()) - All
prefix*functions →prefix_*(e.g.,prefixUploads()→prefix_uploads())
-
- Deprecated functions error immediately - Old function names are still exported but now throw an error directing users to the new names.
New Features
-
delete_collection()now exported - Moved from considering.R to db-modify.R and made available as a public API.