hamle

Enhanced Version of HAML (Less typing, php-like variable syntax)

Downloads
5.9K
Stars
1
Committers
2
hamle - Version 3.0.1 Latest Release

Published by cseufert 6 months ago

Fixed incorrect return type namespace

hamle - Version 3 - No more global scope

Published by cseufert 6 months ago

  • Hamle constructor no longer requires a model, it is now passed via output
  • Strings are now run in memory with no cache file
  • Runtime\Context replaced Hamle\Run and encompasses the old Hamle\Setup methods
  • Runtime\Scope is now an instance, no longer accessed via static methods
hamle - Update to support psr/log v3

Published by cseufert 10 months ago

hamle - Change AST to have public fields

Published by cseufert almost 2 years ago

All Text AST Nodes now have only public fields.

hamle - Static Types

Published by cseufert almost 3 years ago

Breaking Changes:

  • Added static types to codebase, changes made to Model, and WriteableModel interface and Setup class
  • Requires PHP >= 8.0
hamle - Fix WrapArrayObj not passing hamleRel params

Published by cseufert almost 3 years ago

hamle - Fix for sorting on ModelId style queries

Published by cseufert over 3 years ago

hamle - Support for HTML Encoded greater and less than symbols

Published by cseufert over 3 years ago

The release adds support for &gt; and &lt; in place of < and > in hamle expressions.

hamle - Updated Control Parsing

Published by cseufert over 3 years ago

Relaxed parsing around control expressions and spaces.

hamle - Fix for escaping quote escape

Published by cseufert over 3 years ago

hamle - New parser for text expressions

Published by cseufert over 3 years ago

hamle - Added support for multiple vars in function arg string

Published by cseufert over 3 years ago

hamle - Fix regression for numeric types

Published by cseufert over 3 years ago

hamle - Fixed regression for numerical variable names

Published by cseufert over 3 years ago

hamle - Fixed Regression

Published by cseufert over 3 years ago

hamle - Support for variables in text in function parameters

Published by cseufert over 3 years ago

hamle - Remvoed support for magic_quotes

Published by cseufert over 3 years ago

hamle - Support custom text filters

Published by cseufert almost 4 years ago

You can now provide a anonymous function to \Seufert\Hamle\Text\Filter::$filterResolver to provide additional hamle output filters.

hamle - Initial release of HAMLE

Published by cseufert over 4 years ago

Package Rankings
Top 22.8% on Packagist.org
Badges
Extracted from project README
Build Status codecov.io Scrutinizer Code Quality Maintainability