Skip to content

Releases: asu-ke-web-services/nectary

1.0.1 - Change version req on composer dep

16 Dec 01:15
ddb81d0
Compare
Choose a tag to compare

Minor fix to resolve dependency resolution in child projects

1.0.0 - Refactor with code analysis and updating for PHP 7 support

16 Dec 01:01
8ac16f8
Compare
Choose a tag to compare
  • Drop PHP 5 support and add PHP 7.1
  • Update Composer package dependencies
  • Update PHPCS rules
  • Update PHPUnit to v6
  • Apply optimizations from PHPStorm code analysis
  • Update PHPDoc documentation

0.2.2 slugify handlebars helper

15 Nov 20:48
Compare
Choose a tag to compare

Now you can use {{slugify blah}} directly in your handlebars views.

0.2.1 Better support for View Paths

10 Nov 17:47
Compare
Choose a tag to compare

The view factory can take a view path as an argument to over ride the global configuration value. Also when there are multiple view paths defined now they can support different sub folders within these paths. Before each path needed to have the same folder structure.

0.1.10 - Multiple View Paths

09 Nov 20:10
Compare
Choose a tag to compare

Now you can add multiple view paths into the configuration singleton and Nectary will traverse over them in order to resolve your view template.

new method _add_ for Nectary\Configuration singleton:

$instance = \Nectary\Configuration::get_instance();
$instance->add( 'path_to_views', '/new/path' );

Takes the place of set and allows for multiple calls to add which wont overwrite the previous values.

0.1.9 - custom data attributes to html carousels

04 Oct 22:38
Compare
Choose a tag to compare

Now you can customize the individual carousels with additional attributes rather than having to adjust them with javascript.

0.1.8 - Callback Traits

23 Mar 16:04
Compare
Choose a tag to compare

Now providing some common callback traits for routers that want to do simple error handling.

0.1.7 - SQL Builder improvements

16 Mar 20:15
Compare
Choose a tag to compare
  • Bugfix with joins
  • Now with offset support

0.1.6 - Fix composer

09 Mar 21:50
Compare
Choose a tag to compare
Merge pull request #65 from gios-asu/ivan-develop

Composer update

0.1.4 - Humanization Release

09 Mar 19:57
Compare
Choose a tag to compare

Use PHP Humanizer instead of PHP Tidy