Skip to content

Releases: lgraubner/hash-handler

v2.0.0

12 Jun 08:12
Compare
Choose a tag to compare

Moved focus of this project to concentrate on query string hashes. Therefore all getter/setter methods expect objects as arguments.

  • Changed API
  • Added replace method
  • Functional rewrite

v1.5.1

02 Mar 14:10
Compare
Choose a tag to compare

Handle empty value bug when using set while there is no hash present.

v1.5.0

02 Mar 13:56
Compare
Choose a tag to compare

Add set/get by value.

hash.get('key');
hash.set('key', 'value');

v1.4.2

27 Feb 11:21
Compare
Choose a tag to compare

Fix bug in get()method. If parsing is enabled and no hash is present it would return {'': true}. Instead returns empty object now.

v1.4.0

27 Feb 08:24
Compare
Choose a tag to compare

Add option for objects as arguments in set() method. Translates objects as query strings.

v1.3.1

23 Feb 08:46
Compare
Choose a tag to compare

Added query string parsing for #get() and #listen().

v1.1.0

18 Jan 15:33
Compare
Choose a tag to compare

Encodes/decodes hash fragment.

v1.0.0

18 Jan 14:57
Compare
Choose a tag to compare

Expose getInstance for singleton use.

v0.2.0

06 Jan 15:10
Compare
Choose a tag to compare

Switched to ESLint