Files
notification-elements-demo/node_modules/hyperdyperid/CHANGELOG.md
Giuliano Silvestro 5d0c9ec7eb Initial commit: notification-elements-demo app
Interactive Angular 19 demo for @sda/notification-elements-ui with
6 sections: Bell & Feed, Notification Center, Inbox, Comments &
Threads, Mention Input, and Full-Featured layout. Includes mock
data, dark mode toggle, and real-time event log.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 21:49:19 +10:00

1.7 KiB
Raw Blame History

1.2.0 (2022-04-23)

Features

  • 🎸 add TypeScript ambient type annotations (cc564fe)

1.1.0 (2022-04-23)

Features

  • 🎸 add str3_36 generators (0ba3630)
  • 🎸 export xorshift32() and add randomU32() functions (e342869)

Performance Improvements

  • update benchmarks (6504b3d)
  • update randomU32() benchmarks (6bde79d)

1.0.1 (2020-10-12)

Bug Fixes

  • 🐛 initialize seeds using 32 bits (3090f3c)

1.0.0 (2020-10-12)

Features

  • 🎸 add hyperid() and str() methods (7a06b5a)
  • 🎸 implement fast ID generators (cda3d98)

Performance Improvements

  • improve benchmarks (1f10d9d)