-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from phalcon-nucleon/1.2
1.2
- Loading branch information
Showing
97 changed files
with
7,481 additions
and
381 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
/.idea | ||
/.sass-cache | ||
/vendor | ||
composer.phar | ||
composer.lock | ||
.php_cs.cache | ||
.DS_Store | ||
Thumbs.db | ||
Thumbs.db |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
#Release Note | ||
|
||
## v1.2.0 | ||
|
||
### Added | ||
- View | ||
- Configuring extensions, filters and functions to add to the compiler | ||
- StrExtension : | ||
- Allow to call all Support\Str function in volt. | ||
Use `str_{name}` will generate `Neutrino\Support\Str::{name}`. | ||
- Add `slug` filter (call `Neutrino\Support\Str::slug`) | ||
- Add `limit` filter (call `Neutrino\Support\Str::limit`) | ||
- Add `words` filter (call `Neutrino\Support\Str::words`) | ||
- MergeFilter : | ||
- Add `merge` filter (call `array_merge`) | ||
- RoundFilter : | ||
- Add `round` filter (call `round` | `floor` | `ceil` [@see twig\round](https://twig.symfony.com/doc/2.x/filters/round.html)) | ||
- SliceFilter : | ||
- Add `slice` filter (call `array_slice`) | ||
- SplitFilter : | ||
- Add `split` filter (call `str_split` | `explode` [@see twig\split](https://twig.symfony.com/doc/2.x/filters/split.html)) | ||
- View engines : | ||
- Allow to configuring multiple engines. | ||
- Built-in Server | ||
- `php quark server:run` : run php built-in server | ||
- Assets | ||
- JS Compilation (via Closure API) | ||
- Sass Compilation (via sass) | ||
- Debug/Profiler toolbar feature | ||
- Debug VarDumd feature | ||
- use `Neutrino\Debug\VarDump::dump` | ||
- use in `.volt` `{{ dump(var) }}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.