Skip to content

Latest commit

 

History

History
189 lines (93 loc) · 10.7 KB

CHANGELOG.md

File metadata and controls

189 lines (93 loc) · 10.7 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

1.5.1 (2025-03-08)

1.5.0 (2024-06-22)

Features

  • remove bundling for test page (eba5add)
  • remove typescript test (1c8df30)
  • remove unnecessary dependencies/scripts (441d153)
  • use native crypto in browser and node for uuids (7654617)

1.4.0 (2023-07-30)

Features

  • names: Add italian names (26b65f4)

1.3.3 (2023-07-23)

1.3.2 (2023-01-29)

1.3.1 (2022-11-19)

1.3.0 (2022-02-13)

Features

  • tables: Add oneof token for simple select (6268d44), closes #59

1.2.0 (2022-02-12)

Features

  • dice: Add drop/keep die syntax (a4495b1), closes #46
  • npc: Improve Field typings (f6f3937), closes #53

Bug Fixes

  • r_helpers: Handle Map/Set/etc better (3c3d6b5), closes #58

1.1.4 (2022-02-06)

Features

  • TableRoller: Add table key to results (6f853e7), closes #55

Bug Fixes

  • npc: Fix error in field unserialization (40dc2e4), closes #56

1.1.3 (2022-01-08)

Bug Fixes

  • diceresult: Fix bad serialization (8272922)
  • npc: Fix for unserialization (2c435fc)
  • npc: Fix unserialization of NPCSchema (491c33e)
  • RandomTableResultSet: Fix bad unserialization of DisplayOptions (35eeed2), closes #52

1.1.2 (2022-01-07)

Bug Fixes

  • npc: Fix unserializing NPC fields (9e8ca8e)

1.1.1 (2022-01-07)

Bug Fixes

  • typos: Embarrassing Randon typos (sigh) (f797eb4)

1.1.0 (2022-01-07)

Features

  • npc: Apply schema to npc function (a8779ec), closes #49

Bug Fixes

  • build: Fix uuid import, add build for test page (b59c942), closes #48
  • names: Fix for full names where surname is empty on type (d734e6d)
  • serialization: Fix serialization for classes in classes (f152887), closes #50

1.0.1 (2022-01-01)

Features

  • npc: Add some helper methods (70a15e8)

Bug Fixes

  • npc: Fix import of uuid (7e56a67)

1.0.0 (2021-12-27)

⚠ BREAKING CHANGES

  • docs: See README for breaking change information for v1

Features

Bug Fixes

  • randomizer: Improve table by key lookup (df3c012), closes #39
  • tables: Handle infinite loops (5dda97c), closes #38

0.10.3 (2021-10-08)

0.10.2 (2021-06-20)

Features

  • names: Added Mexican/Spanish (0ac511b)

0.10.1 (2021-06-20)

0.10.0 (2021-05-07)

Features

  • json: Make json output ignore empty (b562d11), closes #30
  • names: Add mixed option for names (7816d33), closes #33
  • npc: Add label to schema field (52c8544), closes #28
  • tokens: Simply token output for tables (b0d0bed)
  • Add typescript types as a test (e6f5400), closes #26

Bug Fixes

  • names: Fix name:random token type not working (a1056aa), closes #31
  • npc: Remove default export (a8274d6), closes #27

0.9.0 (2021-05-01)

Features

  • RandomTable: Add toString method (0098d6d), closes #23
  • RandomTable: Convert print to display options using class map (5644ed5), closes #24
  • RantomTableEntry: Add class for entries (15e4da9), closes #25
  • TableResults: Added results and results sets classes (b14632f), closes #22

0.8.1 (2021-04-30)

Bug Fixes

  • randomizer: Fix syntax issue (9967657), closes #21

0.8.0 (2021-04-10)

⚠ BREAKING CHANGES

  • EVERYTHING!

  • Change to ES Modules (9c14e95)

0.7.1 (2020-04-12)

Bug Fixes

  • npm: Update dependencies for security (83a37e2)