Skip to content

Releases: foundation/octophant

Version 1.0.0

17 Nov 19:27
Compare
Choose a tag to compare

Unleash the Octophant!

  • Variables are no longer commented out. This is to avoid Sass errors around variables not being defined.
  • Added an imports option to define Sass @import statements at the top of the file.
  • Added a sort option to float specific sections to the top of the file.

Version 0.2.0

21 Sep 21:51
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

This is an overhaul of the library.

  • Use SassDoc for comment parsing instead of ghetto regular expressions
  • Smarter section name generation
  • Unit tests!

Remaining things to do before 1.0:

  • Switch from sassdoc to scss-comment-parser (more lightweight)
  • Allow for ordering of sections
  • Allow for sub-groups
  • A CLI interface

Version 0.1.0

21 Sep 21:35
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

This is the original version of the Foundation settings parser, currently used in Foundation for Apps 1.x.