1.5.1 (2022-11-09)
- Problem with iterating over undefined
1.5.0 (2022-08-09)
- Change endianness setting type from bool to string
- Support for big endianness
1.4.0 (2022-07-21)
- New output form - list of set bits
- Rename Chars to Ascii
- Don't show hover if there're no any form to display or no input data type is accepted
1.3.0 (2022-03-11)
- Fix characters representation
1.2.0 (2021-08-10)
- Support for C/C++ integer literals (u/l/ll/ul/ull) for decimal input values
- Setting to select what input data types trigger the hover
- Fix coloring hexadecimal inputs
- Fix adding separator to a number
1.1.0 (2021-08-05)
- Support for binary inputs
- Support for decimal inputs
- Support for customization of the hover content
- Fix color of the input's length on the hover
1.0.1 (2019-07-13)
- Support for C/C++ integer literals (u/l/ll/ul/ull)
- Fix regexes that check if a hexadecimal value has a correct form
- Fix coloring hexadecimal value in syntax
1.0.0 (2019-04-28)
- New hover layout colors
0.0.3 (2019-02-02)
- Conversion to size in a readable form with binary prefix (e.g. KiB, etc.)
- Display length of a hexadecimal value in bytes
- Conversion to Float16
- Make bytesToFloat32 compatible with IEEE 754
- Make bytesToFloat64 compatible with IEEE 754
- Fix bug in bytesToSignedDec (it unset the highest bit of the input)
0.0.2 (2019-01-25)
- Conversion to signed decimal
- Support for Big-Endian
- Unit tests
- Improve readability of decimal and binary values
0.0.1 (2019-01-23)
Display a hover with following conversions of the pointed hexadecimal value:
- Decimal
- Binary
- Float32
- Float64
- Char sequence