Skip to content

Releases: DefactoSoftware/ex_cell

v0.0.14

11 Jan 15:48

Choose a tag to compare

Bump version to 0.0.14 (#68)

v0.0.13

11 Jan 15:11

Choose a tag to compare

Cleanup mix.lock

v0.0.12

09 Jan 14:06
4c1620d

Choose a tag to compare

Bump credo from 0.10.0 to 1.0.0 (#55)

v0.0.11

22 Jan 18:56
5c9c18e

Choose a tag to compare

Added fallback when data: nil to prevent errors (#39) (#40).

v0.0.10

22 Jan 17:49
bba0c85

Choose a tag to compare

Introduced an extra argument to the containers that creates a unique ID. The unique ID is used to create specific cell elements. The cell elements function can be used by passing a function instead of content that contains a map with a element function (#35) (#36).

v0.0.9

13 Dec 13:10
7cee4a3

Choose a tag to compare

Release v0.0.9 (#33)

v0.0.9-prerelease

08 Dec 13:39

Choose a tag to compare

v0.0.9-prerelease Pre-release
Pre-release
Remove default adapter

v0.0.8

18 Oct 13:51

Choose a tag to compare

Release v0.0.8 (#29)

v0.0.5

01 Aug 14:40

Choose a tag to compare

Release v0.0.5 (#17)

v0.0.3

01 Aug 12:58

Choose a tag to compare

Added

  • Adapters can now be specified in a config.ex (#10)

Changed

  • Removed the need to specify an adapter for views and controllers (#10)
  • ExCell.Controller now needs to be imported instead of using the __using__ macro (#10)

Deprecated

  • It's no longer possible to specify the adapter through the using Macro (#10)