Skip to content

Releases: DefactoSoftware/ex_cell

v0.0.14

Choose a tag to compare

@tarzan tarzan released this 11 Jan 15:48
Bump version to 0.0.14 (#68)

v0.0.13

Choose a tag to compare

@sn3p sn3p released this 11 Jan 15:11
Cleanup mix.lock

v0.0.12

Choose a tag to compare

@sn3p sn3p released this 09 Jan 14:06
4c1620d
Bump credo from 0.10.0 to 1.0.0 (#55)

v0.0.11

Choose a tag to compare

@sn3p sn3p released this 22 Jan 18:56
5c9c18e

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

v0.0.10

Choose a tag to compare

@sn3p sn3p released this 22 Jan 17:49
bba0c85

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

Choose a tag to compare

@jessedijkstra jessedijkstra released this 13 Dec 13:10
7cee4a3
Release v0.0.9 (#33)

v0.0.9-prerelease

v0.0.9-prerelease Pre-release
Pre-release

Choose a tag to compare

@jessedijkstra jessedijkstra released this 08 Dec 13:39
Remove default adapter

v0.0.8

Choose a tag to compare

@jessedijkstra jessedijkstra released this 18 Oct 13:51
Release v0.0.8 (#29)

v0.0.5

Choose a tag to compare

@jessedijkstra jessedijkstra released this 01 Aug 14:40
Release v0.0.5 (#17)

v0.0.3

Choose a tag to compare

@jessedijkstra jessedijkstra released this 01 Aug 12:58

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)