Skip to content

Latest commit

 

History

History
1985 lines (877 loc) · 79.9 KB

CHANGELOG.md

File metadata and controls

1985 lines (877 loc) · 79.9 KB

1.37.3 (2024-12-22)

Bug Fixes

  • handling updates for arrays using dotnotation (e227054)

1.37.2 (2024-12-14)

Bug Fixes

  • $delete, $unset, $slice use splice to modify array (ecb5859)

1.37.1 (2024-12-14)

Bug Fixes

  • $delete, $unset, $slice use splice to modify array (674d17c)

1.37.0 (2024-12-09)

Features

  • if queriedElement has a contentDocument the next query will be on the contentDocument (190bd70)
  • queriedElements support frameDocument query (768cbce)

1.36.0 (2024-11-04)

Bug Fixes

  • pretier.config.js and file formating (70a49d7)

Features

  • add prettier.config.js and format files (ff9e566)
  • add prettier.config.js and format files (8b2ce50)

1.35.0 (2024-11-02)

Bug Fixes

  • assign clickedElementListenerAdded = true and improve eroor catching (e8caa1d)
  • csspathformating and removed dead code (fb7da92)

Features

  • dotNotationToObject improved array support and dynamically create an index with aplha charater to represent the group index [a] (75c51cf)

1.34.3 (2024-07-09)

Bug Fixes

  • $pull continue if key does not exist (41f44a0)

1.34.2 (2024-06-23)

Bug Fixes

1.34.1 (2024-06-23)

Bug Fixes

1.34.0 (2024-06-12)

Bug Fixes

  • bump cocreate dependencies (08a6820)
  • continue if property is $options (ea10a5a)
  • handling $inc operator update (2260162)
  • svg icon class (edef3c2)

Features

  • suport options for regex operator (78a3c4d)

1.33.7 (2024-04-29)

Bug Fixes

  • bump cocreate dependencies (496206b)

1.33.6 (2024-02-19)

Bug Fixes

1.33.5 (2024-02-17)

Bug Fixes

  • continue if specialSelector is empty (af9a36e)

1.33.4 (2024-02-15)

Bug Fixes

  • $addToSet creates array if undefined (64d02f9)

1.33.3 (2024-02-14)

Bug Fixes

  • createUpdate added to utils to be accessible by other modues (a54f039)

1.33.2 (2024-02-13)

Bug Fixes

1.33.1 (2024-02-05)

Bug Fixes

1.33.0 (2024-01-30)

Bug Fixes

  • removed sortDataOld (9755f81)
  • supput values null, false, undefined, 0 (954c126)

Features

  • queryData $type, $mod, $where operators (94684a0)

1.32.0 (2024-01-17)

Bug Fixes

  • getValueFromObject conditions and param names (2fd7387)
  • getValueFromObject param trowError boolean will trow erro if property does not exist vs returning undefined (39a9cab)
  • renamed isMatch to queryMatch (b3c9429)
  • update to support new query system (a267b52)

Features

  • query() function to handle queries similar to mongodb (164bf45)
  • sort by multiple keys (7872a53)

1.31.0 (2024-01-08)

Features

  • bumped CoCreate dependencies to their latest versions (b963ae6)

1.30.0 (2023-11-25)

Bug Fixes

  • update licensing details (51ef15f)

Features

  • upgrade dependencies for latest features and fixes (a2e112d)

1.29.0 (2023-11-25)

Bug Fixes

  • update nav, edit button and css path (ec4face)

Features

  • upgrade dependencies for latest features and fixes (9e85101)

1.28.0 (2023-11-19)

Features

  • update dependecies for th latest features and bug fixes (a28b912)

1.27.4 (2023-11-18)

Bug Fixes

  • $in operator support (891577e)
  • improved handeling of $nin operator (740c98f)

1.27.3 (2023-11-16)

Bug Fixes

  • improved handeling of logical operators (e020f59)

1.27.2 (2023-11-12)

Bug Fixes

  • bump dependencies for latest features (6e2cd90)

1.27.1 (2023-11-09)

Bug Fixes

  • meta name typo (e629a89)
  • ObjectId use new Date(new Date().toISOString()).getTime() instead of date.now() preventing 24 possible collisions in a day (89236e5)
  • update host (d234c14)

1.27.0 (2023-11-03)

Bug Fixes

  • favicon.ico path (4474c25)
  • update dependencies to the lates versions (d0bd60b)

Features

  • checkMediaQuries (f9322d2)
  • isValidDate converts date to system local date (4519b7c)

1.26.2 (2023-10-25)

Bug Fixes

1.26.1 (2023-10-24)

Bug Fixes

  • initialize counter with a random number from 1000 - 5000 (0d82bf2)

1.26.0 (2023-10-22)

Features

  • ObjectId() returns an object containg the parts iof the _id along with a toString() function (9cd7b81)

1.25.4 (2023-10-14)

Bug Fixes

1.25.3 (2023-10-09)

Bug Fixes

1.25.2 (2023-10-09)

Bug Fixes

1.25.1 (2023-10-09)

Bug Fixes

  • bump cocreate dependency versions (fb527b1)

1.25.0 (2023-10-09)

Bug Fixes

  • improved validating dates from strings (a0d6fa1)
  • ObjectId() retuns an _id string, ObjectId(some_id) will validate and thorw an error if not valid (cb50091)

Features

  • isValidDate() - validates the string and returns a date object or the original value (780574b)

1.24.2 (2023-09-18)

Bug Fixes

  • Add path and pathname (fd834cc)
  • Update dCoCreate dpendencies to latest versions (881ce68)

1.24.1 (2023-08-21)

Bug Fixes

1.24.0 (2023-08-21)

Features

  • Update cocreate dependencies for the latest features and bug fixes (5bab743)

1.23.1 (2023-08-21)

Bug Fixes

1.23.0 (2023-08-17)

Features

  • bump cocreate dependencies for the latest updates and features (5c008fd)

1.22.0 (2023-08-16)

Bug Fixes

  • cleaned code and removed unused functions (7e99c1f)
  • crud attributes renamed (97fc1fd)
  • removed commented functions (b2295cd)
  • replace -target -selector (0c4185a)
  • selector bug when element type is not present (24802a2)
  • Trim special selectors before using them in the switch statement (f1072f8)
  • webpack.config and package.json make use of mode=production instead of process.env (9380425)

Features

  • Add isObjectEmpty utility function (b0932e1)
  • name attribute and variable renamed to key (48af4cd)
  • New function for getting elements by attribute defined selector type (7d27cb2)
  • Refactor query functions, add queryElements function (261170b)
  • update template_id to render-selector attribute. update filter attributes to filter selector-attributes (0dfab9c)

1.21.16 (2023-06-14)

Bug Fixes

1.21.15 (2023-06-11)

Bug Fixes

1.21.14 (2023-06-11)

Bug Fixes

1.21.13 (2023-06-11)

Bug Fixes

1.21.12 (2023-06-11)

Bug Fixes

1.21.11 (2023-06-11)

Bug Fixes

1.21.10 (2023-06-11)

Bug Fixes

1.21.9 (2023-06-11)

Bug Fixes

1.21.8 (2023-06-11)

Bug Fixes

1.21.7 (2023-06-11)

Bug Fixes

  • @cocreate/cli moved to dependencies (32ca0f2)

1.21.6 (2023-06-11)

Bug Fixes

1.21.5 (2023-06-11)

Bug Fixes

  • renamed hosts to host. the value can be a string or an array of strings (9a2dff9)

1.21.4 (2023-06-10)

Bug Fixes

1.21.3 (2023-06-04)

Bug Fixes

  • Refactor CoCreate.config.js to remove hard-coded credentials (d8c1ab0)

1.21.2 (2023-06-04)

Bug Fixes

1.21.1 (2023-06-04)

Bug Fixes

1.21.0 (2023-06-04)

Bug Fixes

  • semantic-release: worklow error solved by running node version 14 (13af687)

Features

  • dotNotationToObject will delete a key if its value is undefined. (7689011)

1.20.11 (2023-06-02)

Bug Fixes

1.20.10 (2023-05-21)

Bug Fixes

1.20.9 (2023-05-19)

Bug Fixes

  • update packages to latest version. This commit updates various packages in the dependencies section of the package.json file to their latest published versions, thereby fixing multiple bugs and improving overall performance. (44fd1d1)

1.20.8 (2023-05-10)

Bug Fixes

1.20.7 (2023-05-06)

Bug Fixes

1.20.6 (2023-05-01)

Bug Fixes

  • update manifest.json to manifest.webmanifest (a3a589c)

1.20.5 (2023-05-01)

Bug Fixes

  • replace fontawesome with svg (27533ff)

1.20.4 (2023-04-30)

Bug Fixes

  • fullscreen target updated to fullscreen fullscreen-target (a070010)
  • package-lock.json and pnpm-lock.yaml added to .gitignore (ac2e244)
  • removed toogle fullscreen icons. now using css content (b2700fa)

1.20.3 (2023-04-24)

Bug Fixes

  • updated worrkflows to v3 and node version 16 (47558e0)
  • workflow node version updated 16 (c1ad96d)

1.20.2 (2023-04-24)

Bug Fixes

1.20.1 (2023-04-24)

Bug Fixes

  • removed uglify.js from dev dependencies (717a3cc)

1.20.0 (2023-04-24)

Features

1.19.7 (2023-04-13)

Bug Fixes

  • replaced object.entries with Object.keys (f679614)

1.19.6 (2023-04-11)

Bug Fixes

1.19.5 (2023-04-11)

Bug Fixes

1.19.4 (2023-04-11)

Bug Fixes

  • renamed domans to hosts (a43e64a)

1.19.3 (2023-03-30)

Bug Fixes

1.19.2 (2023-03-16)

Bug Fixes

1.19.1 (2023-03-16)

Bug Fixes

1.19.0 (2023-03-16)

Features

  • replaced get-value and set-value with a super charged version of CoCreate-events (144e773)

1.18.4 (2023-02-27)

Bug Fixes

  • getValueFromObject returns empty strings (d030659)

1.18.3 (2023-02-01)

Bug Fixes

1.18.2 (2023-02-01)

Bug Fixes

  • improved serchData function (9ccdeb2)

1.18.1 (2023-01-31)

Bug Fixes

1.18.0 (2023-01-31)

Features

  • supports query and search of empty string. (b3e45e8)

1.17.26 (2023-01-30)

Bug Fixes

1.17.25 (2023-01-30)

Bug Fixes

1.17.24 (2023-01-30)

Bug Fixes

  • queryDocumentSelectorAll return array (ae3759d)

1.17.23 (2023-01-29)

Bug Fixes

1.17.22 (2023-01-27)

Bug Fixes

1.17.21 (2023-01-27)

Bug Fixes

  • try to access window.top if fails continue (c2bd8e6)

1.17.20 (2023-01-10)

Bug Fixes

1.17.19 (2023-01-09)

Bug Fixes

1.17.18 (2023-01-09)

Bug Fixes

  • bumpo dependnecies (b177a5d)
  • query logical operator default set to and, if sort is number and has no value set to 0 (27f6e87)

1.17.17 (2023-01-06)

Bug Fixes

1.17.16 (2023-01-05)

Bug Fixes

1.17.15 (2023-01-05)

Bug Fixes

1.17.14 (2023-01-01)

Bug Fixes

1.17.13 (2022-12-31)

Bug Fixes

1.17.12 (2022-12-31)

Bug Fixes

1.17.11 (2022-12-30)

Bug Fixes

  • update config sources to use template braces with entry on src (15ef786)

1.17.10 (2022-12-29)

Bug Fixes

1.17.9 (2022-12-29)

Bug Fixes

1.17.8 (2022-12-27)

Bug Fixes

1.17.7 (2022-12-25)

Bug Fixes

1.17.6 (2022-12-25)

Bug Fixes

1.17.5 (2022-12-23)

Bug Fixes

1.17.4 (2022-12-22)

Bug Fixes

1.17.3 (2022-12-22)

Bug Fixes

  • update demos and bump dependencies (8c3eb78)

1.17.2 (2022-12-21)

Bug Fixes

1.17.1 (2022-12-20)

Bug Fixes

1.17.0 (2022-12-17)

Features

1.16.5 (2022-12-15)

Bug Fixes

  • add missing dev dependency style-loader (b3553f1)

1.16.4 (2022-12-13)

Bug Fixes

  • removed un used devDependencies (0a09534)

1.16.3 (2022-12-13)

Bug Fixes

1.16.2 (2022-12-13)

Bug Fixes

  • query operator includes and $includes (c3cbafe)
  • sort direction uses key word asc desc (87870b0)

1.16.1 (2022-12-12)

Bug Fixes

1.16.0 (2022-12-12)

Features

  • getAttributes, getAttributeNames and setAttributeNames (de2d962)

1.15.3 (2022-12-11)

Bug Fixes

1.15.2 (2022-12-09)

Bug Fixes

1.15.1 (2022-12-09)

Bug Fixes

  • getValueFromObject returned false if value could not be found, it will now return undefined (2ca7c4f)

1.15.0 (2022-12-08)

Features

  • checkValue function to check if value contains template brackets {{}} (8432c50)

1.14.3 (2022-12-07)

Bug Fixes

1.14.2 (2022-12-07)

Bug Fixes

  • sort type is string and value is undefined replace with empty string (009cc48)

1.14.1 (2022-12-04)

Bug Fixes

1.14.0 (2022-12-04)

Bug Fixes

Features

1.13.1 (2022-12-02)

Bug Fixes

1.13.0 (2022-12-02)

Features

  • getValueFromObject returns the defined key value, supports dot notation string. queryData supports logicalOperators and, or (4d3c5e2)
  • search param caseSensitive and search can be an array (50cd481)

1.12.7 (2022-11-28)

Bug Fixes

1.12.6 (2022-11-28)

Bug Fixes

  • if no query.length or no search.length return true (67d40d1)

1.12.5 (2022-11-28)

Bug Fixes

1.12.4 (2022-11-28)

Bug Fixes

  • search - if operator or and no match found return false (27dc82d)

1.12.3 (2022-11-27)

Bug Fixes

1.12.2 (2022-11-27)

Bug Fixes

  • improved searchData function (25febc6)

1.12.1 (2022-11-26)

Bug Fixes

1.12.0 (2022-11-25)

Features

  • functions for search, query and sorting objects and arrays (a0ef76d)

1.11.0 (2022-11-25)

Bug Fixes

  • add valueTypes to archive (6fd51ff)

Features

  • utils can be used in browser or server (f8ad791)

1.10.23 (2022-11-24)

Bug Fixes

1.10.22 (2022-11-23)

Bug Fixes

1.10.21 (2022-11-22)

Bug Fixes

1.10.20 (2022-11-22)

Bug Fixes

  • apply src: {{source}} to CoCreate.config (49cbcc5)

1.10.19 (2022-11-21)

Bug Fixes

1.10.18 (2022-11-21)

Bug Fixes

  • replaced document_id with document._id (90e32b2)

1.10.17 (2022-11-21)

Bug Fixes

1.10.16 (2022-11-21)

Bug Fixes

1.10.15 (2022-11-21)

Bug Fixes

  • bump d@cocreate ependencies (3824be5)

1.10.14 (2022-11-21)

Bug Fixes

  • renamed crud.checkAttrValue to crud.checkValue (fe07687)

1.10.13 (2022-10-02)

Bug Fixes

1.10.12 (2022-10-02)

Bug Fixes

1.10.11 (2022-10-02)

Bug Fixes

  • bump @cocreate/hosting and @cocreate/socket-client (445c4d4)

1.10.10 (2022-10-01)

Bug Fixes

1.10.9 (2022-10-01)

Bug Fixes

1.10.8 (2022-10-01)

Bug Fixes

1.10.7 (2022-09-30)

Bug Fixes

1.10.6 (2022-09-30)

Bug Fixes

1.10.5 (2022-09-30)

Bug Fixes

1.10.4 (2022-09-30)

Bug Fixes

1.10.3 (2022-09-29)

Bug Fixes

  • config renameed to CoCreateConfig (eda669c)

1.10.2 (2022-09-22)

Bug Fixes

  • dotNotationToObject if condition bug resolved (cee0089)

1.10.1 (2022-09-01)

Bug Fixes

1.10.0 (2022-08-23)

Features

  • dotNotationToObject to convert a dot notation string to a nested object structure (b924d33)

1.9.1 (2022-07-29)

Bug Fixes

1.9.0 (2022-07-03)

Bug Fixes

  • add queryDocumentSelector to export default (b067ed1)

Features

  • queryDocumentSelector to return one element from an iframe or iframes parent (477f179)

1.8.1 (2022-07-01)

Bug Fixes

  • remove function queryFrameSelector rhas been replaced by queryDocumentSelectorAll (3c11054)

1.8.0 (2022-07-01)

Features

  • queryDocumentSelectorAll - ability to query iframes and parent of iframes (90bd26b)

1.7.6 (2022-06-27)

Bug Fixes

  • remove functon getAttributes (162228d)

1.7.5 (2022-06-24)

Bug Fixes

  • check path for character < if exist clean up path to mak it in to a valid selector (9321063)

1.7.4 (2022-06-18)

Bug Fixes

1.7.3 (2022-06-12)

Bug Fixes

1.7.2 (2022-05-23)

Bug Fixes

1.7.1 (2022-05-17)

Bug Fixes

  • update document_id on link index.css (a364cfb)

1.7.0 (2022-05-14)

Features

  • function readDocumentList has been renamed to readDocuments (19a402f)

1.6.7 (2022-05-06)

Bug Fixes

  • update config organization_Id to organization_id (ea79e61)

1.6.6 (2022-02-24)

Bug Fixes

  • CoCreate.config replace CoCreate.app with * (d651a4a)

1.6.5 (2022-02-16)

Bug Fixes

1.6.4 (2022-02-10)

Bug Fixes

1.6.3 (2022-02-07)

Bug Fixes

  • bump dependency versions (849f540)

1.6.2 (2022-02-07)

Bug Fixes

  • if eid contains {{...}} continue with cssPath (34e142c)

1.6.1 (2022-02-03)

Bug Fixes

  • replaced show and hide class hidden with attribute hidden (f1ad793)

1.6.0 (2022-02-03)

Features

  • queryFrameSelectorAll to return elements from other documents, getFrameSelector to pase a selector and return document and selector (c3b8c27)

1.5.1 (2022-02-01)

Bug Fixes

  • update dependency versions (f85b89a)

1.5.0 (2022-01-29)

Features

  • function to add click event to all documents in order to apply clickedElement to document dom object. this provides a refrence to the element that was actively clicked (537003d)

1.4.3 (2022-01-01)

Bug Fixes

  • get-value attribute value now supports a selector added # to all values currently in get-value attributes (d48bcd5)

1.4.2 (2021-12-25)

Bug Fixes

  • comment cssPath class parser. path could not resolve element (1a00794)

1.4.1 (2021-12-15)

Bug Fixes

1.4.0 (2021-12-14)

Features

  • cssPath and domParser update to support nested contenteditable elements (a7b700a)

1.3.19 (2021-12-08)

Bug Fixes

  • cssPath nth-child if childern > 1 (caa0f54)

1.3.18 (2021-12-08)

Bug Fixes

  • csspath element null return (dd4ac41)

1.3.17 (2021-11-27)

Bug Fixes

1.3.16 (2021-11-27)

Bug Fixes

1.3.15 (2021-11-27)

Bug Fixes

  • update docs api and cocreateJS script (7c731e2)

1.3.14 (2021-11-26)

Bug Fixes

1.3.13 (2021-11-26)

Bug Fixes

1.3.12 (2021-11-23)

Bug Fixes

1.3.11 (2021-11-20)

Bug Fixes

1.3.10 (2021-11-19)

Bug Fixes

1.3.9 (2021-11-18)

Bug Fixes

1.3.8 (2021-11-16)

Bug Fixes

1.3.7 (2021-11-15)

Bug Fixes

1.3.6 (2021-11-11)

Bug Fixes

1.3.5 (2021-11-06)

Bug Fixes

1.3.4 (2021-11-04)

Bug Fixes

1.3.3 (2021-11-04)

Bug Fixes

1.3.2 (2021-11-03)

Bug Fixes

  • domParser could not handle an innerHtml html that began with text. maintag could not be found (3fcbda4)

1.3.1 (2021-11-01)

Bug Fixes

  • update package dependencies (1dce029)

1.3.0 (2021-11-01)

Bug Fixes

  • cssPath did not push and return path if it was id (4af00bd)

Features

  • cssPath will stop and return path if id or eid found... rather then continuing to travel up the dom tree (17d6ced)

1.2.1 (2021-10-29)

Bug Fixes

1.2.0 (2021-10-29)

Features

1.1.36 (2021-10-17)

Bug Fixes

1.1.35 (2021-10-16)

Bug Fixes

  • update socket package to fix bug in docs (a5e71bd)

1.1.34 (2021-10-15)

Bug Fixes

1.1.33 (2021-10-15)

Bug Fixes

1.1.32 (2021-10-15)

Bug Fixes

1.1.31 (2021-10-13)

Bug Fixes

1.1.30 (2021-10-13)

Bug Fixes

1.1.29 (2021-10-06)

Bug Fixes

1.1.28 (2021-10-05)

Bug Fixes

  • update dependencies (fce9515)
  • website_id in CoCreate.config (dc0ba5c)

1.1.27 (2021-10-04)

Bug Fixes

1.1.26 (2021-10-04)

Bug Fixes

  • remove configMatch from exports (069417e)

1.1.25 (2021-10-04)

Bug Fixes

  • relocated matchConfig to @cocreate/element-config (0ff7505)

1.1.24 (2021-10-02)

Bug Fixes

  • removed unused functions (49e4e46)

1.1.23 (2021-10-02)

Bug Fixes

  • removed unused utilties (b7d4c93)
  • reverted prevoius changes (303bcf1)

1.1.22 (2021-10-01)

Bug Fixes

1.1.21 (2021-10-01)

Bug Fixes

1.1.20 (2021-09-28)

Bug Fixes

1.1.19 (2021-09-16)

Bug Fixes

1.1.18 (2021-09-14)

Bug Fixes

  • add cocreate.app to domains (e570e58)

1.1.17 (2021-09-13)

Bug Fixes

1.1.16 (2021-09-12)

Bug Fixes

  • update sidenav to use resize and toggle (24a3e09)

1.1.15 (2021-09-09)

Bug Fixes

  • update dependency @cocreate/docs (8026f9a)

1.1.14 (2021-09-09)

Bug Fixes

1.1.13 (2021-09-09)

Bug Fixes

1.1.12 (2021-09-09)

Bug Fixes

  • CoCreate.config directory, path, name and public (197bbcf)

1.1.11 (2021-09-08)

Bug Fixes

1.1.10 (2021-09-04)

Bug Fixes

1.1.9 (2021-08-31)

Bug Fixes

1.1.8 (2021-08-27)

Bug Fixes

1.1.7 (2021-08-23)

Bug Fixes

  • update package versions (2136a18)

1.1.6 (2021-08-22)

Bug Fixes

  • removed data- from main-content, clone, filter-value_type (e5f182e)

1.1.5 (2021-08-22)

Bug Fixes

1.1.4 (2021-08-22)

Bug Fixes

1.1.3 (2021-08-14)

Bug Fixes

1.1.2 (2021-08-02)

Bug Fixes

  • remove data- from attributes (94e0b2a)
  • update data-fullscreen to fullscreen (3f97b5c)

1.1.1 (2021-07-28)

Bug Fixes

  • remove data- from fetch, pass and filter (7a2ba8c)

1.1.0 (2021-07-28)

Features

  • add new is{attribute} system and remove data- from attributtes (98ed4b1)

1.0.21 (2021-07-17)

Bug Fixes

1.0.20 (2021-07-14)

Bug Fixes

1.0.19 (2021-07-13)

Bug Fixes

  • add yarn lockfile to git ignore (acc31a1)
  • remove yarn.lock (4059687)

1.0.18 (2021-07-10)

Bug Fixes

1.0.17 (2021-07-07)

Bug Fixes

  • update package versions (0a83875)

1.0.16 (2021-06-30)

Bug Fixes

1.0.15 (2021-06-30)

Bug Fixes

  • automated and manual workflows (f82fdb0)

1.0.14 (2021-06-25)

Bug Fixes

  • latest version numbers applied to all cocreate packages (a8168c1)

1.0.13 (2021-06-24)

Bug Fixes

  • package versioningto 1.0.0 (c80db11)

1.0.12 (2021-06-24)

Bug Fixes

1.0.11 (2021-06-23)

Bug Fixes

  • update checkValue to checkAttrValue (a33ec95)

1.0.10 (2021-06-20)

Bug Fixes

  • new mutaionObserver init function (bc296e7)

1.0.9 (2021-06-17)

Bug Fixes

1.0.8 (2021-06-06)

Bug Fixes

  • update packages, add uuid, add data-parse to demos (1bdf18f)

1.0.7 (2021-05-08)

Bug Fixes

  • add css auto parse and save to docs. (1bd0ff1)

1.0.6 (2021-04-27)

Bug Fixes

1.0.5 (2021-04-27)

Bug Fixes

  • Update to readme, demo, added cdn scripts (a322382)

1.0.4 (2021-04-23)

Bug Fixes

  • readme and documentation. Removed securitykeys (15bf3b8)

1.0.3 (2021-04-19)

Bug Fixes

  • ci and build process (cfb2160)
  • npm publish and cdn deployment (e0475e5)

1.0.2 (2021-04-04)

Bug Fixes

  • update socket to socket-lient and crud to crud client" (02d38d1)

1.0.1 (2021-03-29)

Bug Fixes

1.0.0 (2021-03-29)

Features