Skip to content

Commit

Permalink
Psr2 overhaul, bugfixes
Browse files Browse the repository at this point in the history
* PSR-2 overhaul, bugfixes

- Cleaned up dev-dependencies
- Now using PSR2 fully over the whole project.
- tale-config is now used in version 0.2 (PSR-2)
- Fixed a bug with name-only attributes separated with spaces (#66)
- HTML5-mode now doesn't self-close attributes at all (#66)
- The lexer now prints a little piece of jade code to find errors faster
- Fixed a bug regarding IE conditional comments and interpolation
- Added composer.lock to prevent stuff like the reason for 1.4.1.

* Fixed a test

Make sure that compiler doesn't echo XML doctypes in tests when running
in HHVM.
  • Loading branch information
TorbenKoehn committed Apr 7, 2016
1 parent 0f2c51f commit 1f2fbc0
Show file tree
Hide file tree
Showing 39 changed files with 682 additions and 533 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@

.DS_Store
Thumbs.db
composer.lock
phpdoc.xml
*.phtml
Loading

0 comments on commit 1f2fbc0

Please sign in to comment.