From 85c844f9f4127b4e00baf7c875b2ba30b12f31b5 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Fri, 7 Aug 2020 13:29:20 +0200 Subject: [PATCH] added new localstorage "Data Base" library --- HISTORY.md | 1 + libraries/LIBRARIES | 9 +++++---- libraries/localstorage_module.xml | 1 + 3 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 libraries/localstorage_module.xml diff --git a/HISTORY.md b/HISTORY.md index 7f24f86a..1dd92487 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,7 @@ ### 2020-08-07 * new dev version +* added new localstorage library ## 6.1.4: * fixed "green flag" symbol size for embedded proects (for real ^^)= diff --git a/libraries/LIBRARIES b/libraries/LIBRARIES index e1ae4366..f4e1e7b2 100644 --- a/libraries/LIBRARIES +++ b/libraries/LIBRARIES @@ -12,11 +12,12 @@ variadic-reporters.xml Variadic reporters Versions of +, x, AND, and OR that tak ~ ~ maps_module.xml World Map Add interactive maps to projects textCostumes_module.xml Text Costumes Generate costumes from letters or words of text. -speech_module.xml Text to speech output text using speech synthesis. -animation_module.xml Animation glide, grow and rotate using easing functions. -pixel_module.xml Pixels manipulate costumes pixel-wise. -audioComp_module.xml Audio Comp analyze, manipulate and generate sound samples. +speech_module.xml Text to Speech Output text using speech synthesis. +animation_module.xml Animation Glide, grow and rotate using easing functions. +pixel_module.xml Pixels Manipulate costumes pixel-wise. +audioComp_module.xml Audio Comp Analyze, manipulate and generate sound samples. frequency_distribution_module.xml Frequency Distribution Analysis Analyze data for frequency distribution +localstorage_module.xml Data Base Persistent key-value storage across Snap! sessions in the same browser ~ ~ ~ ~ ~ ~ diff --git a/libraries/localstorage_module.xml b/libraries/localstorage_module.xml new file mode 100644 index 00000000..0585676c --- /dev/null +++ b/libraries/localstorage_module.xml @@ -0,0 +1 @@ +
\ No newline at end of file