Skip to content

v1.6.1

Choose a tag to compare

@simonkurtz-MSFT simonkurtz-MSFT released this 07 Apr 03:11
· 53 commits to main since this release

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).

Simple LinkedIn Composer


Full Changelog: 1.6.0...1.6.1