Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/wemake-services/ecto_autoslug_field

Automatically create slugs for Ecto schemas.
https://github.com/wemake-services/ecto_autoslug_field

Updates minimal elixir version

22203c14ace129b6d7c018e1d0bbf6d450f2dd5e authored about 7 years ago by sobolevn <[email protected]>
Version 0.3.2 release

4ae3f7f55c84b7760c16ce1f29673cdb7e61cd12 authored about 7 years ago by sobolevn <[email protected]>
Merge branch 'master' of https://github.com/sobolevn/ecto_autoslug_field

650d5d02b3e19315060a4abe53b7a66bf018e607 authored about 7 years ago by sobolevn <[email protected]>
Fixes mix.exs

6b019fe94155a1d37e21dfe05d442e82d50310dd authored about 7 years ago by sobolevn <[email protected]>
Add support for numeric source fields (#18)

* Add support for integer source fields

* String.strip/1 is deprecated, use String.trim/1 ins...

bc31359a781233e64bb9131251869ba2dabe9ff1 authored about 7 years ago by Arno Nurges <[email protected]>
Fixes README

f4010092f8b84fbe9b49c676aba8b1329c74a405 authored over 7 years ago by sobolevn <[email protected]>
Version 0.3.1 release

efa20b44855230ca5de1798487913c6e988b1a3d authored over 7 years ago by sobolevn <[email protected]>
Adds backport for &build_slug/1

5d32c809dbc6ec1533e29d30619bc10a9d081b8f authored over 7 years ago by sobolevn <[email protected]>
Build slug with changeset (#16)

* Updated example to use build_slug/2

* Update test to use build_slug/2

* Update test to d...

010d05ec225b5f793c2ea2f9fabe9d90217c968e authored over 7 years ago by Ran Yefet <[email protected]>
Version 0.3.0 release

dc8b57be1457a8aa27cca565ac73202218cd8660 authored over 7 years ago by sobolevn <[email protected]>
Drops elixir 1.2 and otp 17 support

6c2cf0bed7af72e366c3c649ca1bba1e9deac91a authored over 7 years ago by sobolevn <[email protected]>
Fixes travis build

d81ab95579cc54b1cbce1fd82d6b882b2c104850 authored over 7 years ago by sobolevn <[email protected]>
Updates dependencies

Changes:
1. Updates mix.exs with new dependencies, closes #14
2. Updates `cast/4` functions to `...

0a6fcaf7eb17ba46086e7faeb9281d5f9bad2ca3 authored over 7 years ago by sobolevn <[email protected]>
Trying to fix the Dialyzer thingies (#11)

bd8ef129575d5db06f975d93f8b194176d800fac authored over 7 years ago by Jarra Schirris <[email protected]>
Make minor spelling and grammar changes (#12)

75a466c8f33b9847ec52ed325a457ec7b351abc8 authored over 7 years ago by Chris Alley <[email protected]>
Version 0.2.1 release

5ca2ec767ef978e1abff7da7be18df13b9950816 authored almost 8 years ago by sobolevn <[email protected]>
Merge branch 'master' of https://github.com/sobolevn/ecto_autoslug_field

9b7f1f963924ee10e8a4dbae393877b8ec01380e authored almost 8 years ago by sobolevn <[email protected]>
Adds Credo support

Changes:
1. Adds Credo support and .credo.exs for configuration
2. Adds Elixir 1.4 support
3. C...

e17706dfd34bd817e246677127d2c2144b2e0bc6 authored almost 8 years ago by sobolevn <[email protected]>
README: Fix CHANGELOG link (#7)

d0578e59dbd76307268c36037aeb024818ab0aef authored almost 8 years ago by Christian Wesselhoeft <[email protected]>
Version 0.2.0 released

b274ae43e391d87512456df9cf7e86d8d944e2e6 authored about 8 years ago by sobolevn <[email protected]>
Ecto 2 support (#3)

* update to ecto 2 changeset field names

* update to ecto 2, fix test

* ecto version clari...

e6499624a85aaabdc0298c4e7d151401376d8955 authored about 8 years ago by Nathan Lapierre <[email protected]>
Changed the macro definition

Small changes:
1. Added elixir 1.4 styled function calls with `()`
2. Changed the dependencies i...

70b684e867c4a398295f3f398d5a7def7a38d758 authored over 8 years ago by sobolevn <[email protected]>
Version 0.1.3 release

- Now `build_slug/1` is called only when needed, changed docs appropriately
- Replaced `cond` in...

d8f63cc8c6167809175a4350155ceb365bc84445 authored over 8 years ago by sobolevn <[email protected]>
Version 0.1.2 released

Moved `get_sources/2` and `build_slug/1` definitions into `SlugBase`
Added `## Options` and `## ...

8fbe1238f7f3daaf2b5e4e81fd08129c2ca29f6a authored over 8 years ago by sobolevn <[email protected]>
Version 0.1.1 released

Since the docs inside `__using__` were unreachable the desing of application was changed
Now `op...

442a500f194e144e2f2cda5798a19da23d6282bc authored over 8 years ago by sobolevn <[email protected]>
trying to make docs

47274b79df437e1f5de6077edef47c2307317a50 authored over 8 years ago by sobolevn <[email protected]>
Version 0.1.0 released

fc9c67ff3f662e05ea2c3f4000f522fd08d05604 authored over 8 years ago by sobolevn <[email protected]>
added docs

9f2bb784a93f9ee1ebffcf05956315fff89455a3 authored over 8 years ago by sobolevn <[email protected]>
fixed travis tests

0fc9f2c90297c2f08135615873dbe9a067b9ad73 authored over 8 years ago by sobolevn <[email protected]>
trigger travis build

8ce363d7c47620a2878f401d662bfda2a630df01 authored over 8 years ago by sobolevn <[email protected]>
initial commit

22fa4148aa3d2ae902af70c0f264a272f4faa762 authored over 8 years ago by sobolevn <[email protected]>