Skip to content

Releases: Marinerer/jotter

[email protected]

15 Mar 13:17
Compare
Choose a tag to compare

Major Changes 🎉

[email protected]

04 Mar 12:11
Compare
Choose a tag to compare

Patch Changes 🌟

  • fix: Fixed drawText test due to measurement improvements (#15) (0c573c3)
  • perf: Refactor drawText for better baseline handling (#14) (a4531a7)

@jotter/[email protected]

02 Mar 03:39
Compare
Choose a tag to compare

Major Changes 🎉

  • feat: Add IdleTaskScheduler based on browser idle time (#13) (d864b87)

[email protected]

28 Feb 05:26
Compare
Choose a tag to compare

Patch Changes 🌟

[email protected]

28 Feb 05:10
Compare
Choose a tag to compare

Major Changes 🎉

  • feat: Add canvas-draw-text for advanced text rendering (#12)

[email protected]

24 Dec 11:15
Compare
Choose a tag to compare

Minor Changes 🚀

  • feat: Add isUndefined, isNull, update isObject, isNil types (5de2dc3)
  • feat: Add assign utility and tests (#10) (1dcf72a)
  • docs: Enhance README, add DOM, Object, Type docs (797a3c6)
  • docs: Update detectMouseDirection angle calculation comments (b6f8ae6)
  • docs: Enhance DOM and add type docs (64e74e3)

[email protected]

22 Dec 14:45
Compare
Choose a tag to compare

Minor Changes 🚀

  • feat: Add detectMouseDirection utility and tests (#9) (22d9dc5)
  • docs: Add DOM documentation for detectMouseDirection (8b12c65)

[email protected]

12 Dec 01:33
Compare
Choose a tag to compare

Patch Changes 🌟

  • perf: Refactor type exports and add isType utility (#8) (aedd6cc)

[email protected]

11 Dec 09:30
Compare
Choose a tag to compare

Minor Changes 🚀

  • feat: Add type checks and utility functions (6dbb444)

@jotter/[email protected]

03 Dec 11:55
Compare
Choose a tag to compare

Major Changes 🎉

  • feat: Add 'connecting' event and enhance properties (6ecaec3)
  • feat: Enhance reconnect logic and export types (cadf1cc)
  • feat: Add url getter and enhance non-null assertions (490cec1)
  • feat: Enhance WebSocket with reconnect/ping/queue manage (b9d664f)
  • feat: Add WebSocket event handling and connection (b58be43)
  • fix: Correct reconnect attempt increment timing (55ce786)
  • refactor: Optimize WebSocket properties and event handling (5907caa)
  • refactor: Remove unused files (b79421b)
  • refactor: Improve options handling and utils in WebSocket (6943891)
  • refactor: Optimize WebSocket event handling (2ff5abb)
  • docs: Update README, enhance features, and optimize docs (df8a45f)