This repository was archived by the owner on Jan 16, 2024. It is now read-only.
Releases: pushtype/push_type
Releases · pushtype/push_type
v0.2.0
Release v0.2.0:
- Making use of the jsonb shinyness in Postgres 9.4 (and Rails 4.2).
- [FEATURE] - Ability to customise ordering of child nodes through
Node#children(allowing blog-like functionality). - [FEATURE] - Ability to unexpose node types through
config.unexposed_nodesorNestable.unexpose! - [FEATURE] - WYSIWYG editor moved to it's own gem (included by default) and fully integrated with media library.
- [FEATURE] - Array field types and tag list field types.
- [FEATURE] - Ability for field types to extend the functionality of Node classes.
- [FEATURE] - Ability to configure Dragonfly datastore.
- [CHANGE] - Improved dragonfly thumbnail generator for small images.
- [CHANGE] - Simplified Json serialization of assets and nodes.
- [CHANGE] - Admin assets queue moved to seperate asset pipeline.
- [CHANGE] - Simplified config class.
- [CHANGE] - Dependencies updated.
- [FIX] - Fix issue with
authenticate_user!not redirecting within correct namespace.