Releases: skipperbent/pecee
Releases · skipperbent/pecee
Version 3.17.4
- Bugfixes
3.17.3
- Fixed serialisations of Model and collections
Version 3.17.2
- Fixed pheanstalk naming issue
Version 3.17.1
- Phtml: Minor bugfixes
Version 3.17.0
- Base: changed visibility of validate and setError methods.
- Collection: minor optimisations.
- CollectionItem: minor optimisations.
- Added InputCollection and InputCollectionItem.
- ControllerBase: changed visibility to validate method.
- Model: changed onNewInstance to not automaticially reset query.
- ModelCollection: fixed filter not filtering integer values correctly.
- HasMany: optimisations.
- HasOne: optimisations.
- Taglib: added parseJsPropertiesTrue that will add a property with a true-value if condition is met.
- Model: ensure that renamed items are actually renamed when calling to Array.
- Taglib: clean widgets when rendering inline-widget.
- Model: simplified toArray
- Model: changed not found text in model.
- TaglibJs: Added support for custom class in renderWidget tag.
- TaglibJs: simplified event-binding output (moved to widget.js).
- TaglibJs: added new parseJsProperties function to simplify element properties.
- TaglibJs: replaced more unused tags from output.
- Model: calling toArray now checks if method by get[key] exists (to ensure proper return type).
- BelongsTo: fixed query when no identifier is found.
- HasMany: fixed query when no identifier is found.
- HasOne: fixed query when no identifier is found.
- TaglibJs: improved output rendering by removing unused elements.
- Model: with method now remove already invoked elements so they can be re-invoked.
- TaglibJs: added guid to event-trigger to ensure originality.
- Taglib: improved renderWidget rendering.
- Taglib: renderWidget improved view event triggers.
- Taglib: addView improved view event triggers.
- TaglibJs: Simplified code.
- TaglibJs: trigger events in tagRenderWidget.
- Model: improved handling of invoked elements in toArray.
- ValidateNotNullOrEmpty: added support for checking empty arrays.
- Phtml: added support for html5 attributes like checked that doesnt have implicit value.
- TaglibJs: added tagRenderWidget that renders inline widget.
- TaglibJs: improved support for custom data parameters in tagTemplate.
Version 3.16.43
- Column: Changed behavior so bool doesn't allow null-values.
Version 3.16.42
- Model: improved filter method so it can now merge or replace.
- Model: improved toArray so local filters are now only used if filter parameter is empty.
- Model: fixed Model query not fully resetting when using relations.
- HasMany: optimisations
Version 3.16.41
- TaglibJs: removed jQuery references.
- ModelCollection: optimized skip method to return new instance.
- Queue: fixed query issues.
Version 3.16.40
- Simplified queue class
Version 3.16.39
- Added support for more advanced inline js{} expression tags.