v1.6.1
This release largely targets internal changes not immediately noticeable to users.
Changed
- Using the jQuery DataTable plugin now to remove custom logic for sorting and filtering.
- Introduced_ an in-memory object for snippets data loaded from localstorage. This makes loading and manipulations of the data more conducive.
- Using an IIFE for the entire script to create a private scope and keep it from polluting global namespace.
- Switched to strict mode (
'use strict;') to further tighten up JavaScript.
Fixed
- Fixed a filtering regression after introducing the DataTable plugin (#23).
Full Changelog: 1.6.0...1.6.1