Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.65 KB

CHANGES.md

File metadata and controls

41 lines (30 loc) · 1.65 KB

Changes

1.3.1

  • 🐛 828738c Fix handling of null and prototype-less objects

1.3.0

  • 🍏 2b6c278 Introduce all to combine the given x-out transforms

1.2.0

  • 🍏 493378a Add x.ns API to create a transform for the given namespace
  • 🐛 2abd3df Make eslint happy
  • b933b6d Use Referee
  • 📚 ee433ab Add commit links with --commits
  • 📚 d1070ac Add install instructions
  • 📚 db9a3b4 Update install instruction

1.1.0

  • 🍏 Support array index, quoted properties and wildcard properties.

    • items[0]: Array index access.
    • item[':a']: Quoted property access.
    • item.*: All values in object
    • items[*]: All entries in array.
    • item.*.key: Property access in each value of object.
    • items[*].key: Property access in each entry of array.

1.0.0

  • ✨ Initial release