Skip to content

spc-parser v0.1.0

Choose a tag to compare

@cheminfo-bot cheminfo-bot released this 12 Jul 12:28
cd7b6e7

Features

Main header parsing has been tested and works

  • Added main header parsing (yet to be tested) (08a87ea)
  • longToDate now outputs an ISO8601:2019-formatted date string, renamed test (2b9bc83)

Bug Fixes

  • Changed bitwise AND with floored modulo (ac01eae)
  • Changed date parsing to Big Endian instead of Little Endian, added official test files (804cb1f)
  • Date parsing is now actually functional, added test cases to mainHeader parsing (13df566)
  • Fixed utility bitwise AND operation, added tests for mainHeader, fixed Date class negative years handling (3eb9e4c)
  • Used Math.pow instead of >> for bitwise shifting (1057236)