Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 584 Bytes

File metadata and controls

31 lines (21 loc) · 584 Bytes

SQigiL Changelog

v0.4.0

  • Renamed PgSafeString -> SafeString
  • Now with linting!
  • Fixed cyclical data structures bug

v0.3.0

  • Refactoring, simplification some code
  • Array support in id
  • (BREAKING) No longer exporting isPgConvertible or isPgSafeString
  • (BREAKING) SigilOpts renamed to ConversionOpts
  • Added missing tests for makeSigil

v0.2.0

  • Fix array output
  • Fix BC date output

v0.1.0

  • Some bugfixes around padding in date processing
  • 100% test coverage
  • Added documentation
  • Added acknowledgements, license, etc

v0.0.2

  • Initial release