Skip to content

Latest commit

 

History

History
168 lines (90 loc) · 10 KB

CHANGELOG.md

File metadata and controls

168 lines (90 loc) · 10 KB

Changelog

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

1.9.2 (2023-04-25)

Bug Fixes

  • disable cidr calculator for now due to build error (78dd8f4)

1.9.1 (2023-04-25)

Bug Fixes

  • add missing export for homepage card (4703e82)

1.9.0 (2023-04-25)

Features

  • add CIDR networking calculator (b031451), closes #16
  • add home page card extension for tools (92d44f0), closes #37

Bug Fixes

  • add react types as resolution (b9c555c)
  • date constructor expects milliseconds (f49096b)

1.8.0 (2023-03-27)

Features

  • add countdown and stopwatch timers (6adff2b), closes #27
  • capture tab changes to analytics (b36b061), closes #29
  • converters: add color converter tool (31a15c0)

1.7.0 (2023-03-24)

Features

  • add JWT decoder (4287c00)
  • converters: add copy button to number base (9c6e59e)
  • converters: add sla calculator (6901995)

Bug Fixes

  • converters: changes to sla calculator after review (4d34403)
  • encoders: add error handling to en/decodeURI (4eb84b0)

1.6.3 (2023-02-24)

Bug Fixes

1.6.2 (2023-02-20)

Bug Fixes

  • add missing exports for external tools (3e2a027), closes #20 #21

1.6.1 (2023-01-20)

Bug Fixes

1.6.0 (2023-01-20)

Features

  • allow bookmarking tools by moving to hash navigation (77b43ef)

Bug Fixes

1.5.0 (2023-01-20)

Features

  • add backstage entity describer tool (0dfddf1)

1.4.0 (2023-01-19)

Features

  • allow user to select favorite tools (9e9d778), closes #2

1.3.1 (2023-01-19)

1.3.0 (2023-01-19)

Features

  • add id for all tools (1dfa326)
  • allow opening tools in new window (abdee5b), closes #3

Bug Fixes

  • tabs styling to match viewport (f9701d0)

1.2.0 (2023-01-16)

Features

  • add backslash escape/unescape tool (15c9f37)
  • add hash generator tool (57f368c)
  • add lorem ipsum generator (d445ba3)
  • add tool to convert xml to json (e570fd8)
  • allow selecting spaces count for json output (a6a217c)
  • lazy load tools for better performance (0201981)
  • use scrollable tabs for tools (8a9cc0a)

Bug Fixes

  • add missing header to lorem ipsum generator (95eed03)
  • sample of backstage entity (2cd0cb8)
  • xml to json header (c57819e)

1.1.0 (2023-01-11)

Features

  • add backstage entity validator tool (0724751)
  • add time converter tool (940a4d0)

1.0.0 (2023-01-09)

Features

  • add CSV to JSON converter (d442fce)
  • add html entity encode/decode (36677e8)
  • add json to csv converter (d208d46)
  • add json to yaml converter (a83bbea)
  • add markdown preview tool (dd2cb9d)
  • add sample button to all tools (15fe29e)
  • add string case converter (0ba4d36)
  • add url encode/decode tool (bbb2184)
  • add YAML to JSON converter (82d4f53)
  • allow adding extra tools to the plugin (b358fe0), closes #1
  • allow categorizing the tools (b886571)
  • base64 encode/decode functionality (831d151)
  • initial commit (02e738b)
  • initial version of number base converter tool (3b84b58)