Skip to content

v2.0.1

Choose a tag to compare

@notthelewis notthelewis released this 01 Jul 13:12
· 68 commits to main since this release
  • Merge pull request #3 from notthelewis/features/additional-conversions 1d7fbe0
  • Added type declaration emission to compile script 6a3b7c6
  • Latest test coverage. bfb3a08
  • Latest compiled typescript 8b2d026
  • Added all the up-to-date tests for the new file structure and additional function(s). 9342fc9
  • Removed deprecated test files. 88e91d3
  • Removed the deprecated tests/unit/converters.test.ts file. 98a57d3
  • Removed the deprecated src/converters.ts file. 0647760
  • Re-organized the imports in convert_functions/index.ts to match the new function layout structure. Also added the new u8x4_u32x1 function definition to the default export. 38e3d05
  • Moved the one_u32_to_two_u16s function out of u16.ts and into u32.ts. c468ed0
  • Moved the one_u16_to_two_u8 function from u8.ts to u16.ts. Also moved the one_u32_to_two_u16 function out of u16 and into u32. 1c60cf0
  • Removed the one_u16_to_two_u8 function from the u8 file and into the u16 file. ac66063
  • Added some testMatch paths to the jest config, so that tests inside the new subfolder structure can be detected. ef6d7f1
  • Latest compiled version of ts 67da46b
  • Added four_u8_to_one_u32 conversion. c777e8d
  • Added ux32x1_u8x4 conversion. 68768c9

v2.0.0...v2.0.1