Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

36 lines (25 loc) · 1.6 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2021-07-09

  • Changed sanitySchema to not include a field by default. Instead, users can use sanityFld, sanityArrFld and other to create their own fields when they're done with the basic properties of a new schema.
  • Added a select box to sanityFld's type property to make it easier and faster to build with default types, as suggested by Surjith.

Why v1? Well, people have been using this plugin for a while and it's battle-tested enough. Also, this version introduces the first "breaking" change, so there we go!

[0.2.0] - 2021-06-24

[0.1.5] - 2020-11-17

Added

  • New snippets by Arjen
  • sanityPreviewSelect
  • sanityPreviewSelectPrepare
  • sanitySelect
  • sanityPrepare;
  • and sanityObjFld

[0.1.4] - 2020-10-23

Fixed

[0.1.0] - 2020-10-23

  • Initial release with a small set of snippets 🎉