Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 869 Bytes

CHANGELOG.md

File metadata and controls

38 lines (21 loc) · 869 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.3.1] - 2020-02-04

Updated

  • Put plug options in private instead of assigns

[0.3.0] - 2020-02-04

Added

  • view_module option to Adminable.Plug to allow users to use their own views and templates
  • mix adminable.gen.view to export Adminable's view and templates for modification

[0.2.0] - 2019-12-23

Updated

  • Loosened Harmonium dependency

[0.1.0] - 2019-04-26

Added

  • Adminable behaviour and __using__ macro
  • Basic ability to list, create, and edit schemas

[0.1.1] - 2019-05-23

Fixed