Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 707 Bytes

CHANGELOG.md

File metadata and controls

31 lines (26 loc) · 707 Bytes

Changelog

v0.0.45

  • Added documentation

Roadmap

v0.1.0

  • To-dos: 14
  • Document usage
    • Type validation usage
      • Single types
      • Union types
      • Interface types
      • Recurring types in maps and lists.
    • Mixin type validation
    • Sass basics
  • Sass basics
    • to-string(any)
    • capitalize(string)
    • map-next-key()
  • Add type shorthands

v0.2.0

  • Type validation
    • Add check for a dictionary with the same type.
    • Add a arglist option for spread args.
    • Map functions that aid in extracting types like:
      • except($type)
      • extendable type map.