Skip to content

Releases: a-chacon/rails-url-shortener

rails_url_shortener: v0.6.0

20 Oct 15:50
53a4568

Choose a tag to compare

0.6.0 (2025-10-20)

Features

  • generator: simplify installation by reducing setup steps (#25) (303b178)

rails_url_shortener: v0.5.0

20 Jul 21:09
812a4e5

Choose a tag to compare

0.5.0 (2025-07-20)

Features

  • let the initializer choose whether save or not visits. (#20) (2f30898)

Bug Fixes

  • update dependencies and lint errors (348c6f4)

rails_url_shortener: v0.4.0

08 May 18:14
35108cf

Choose a tag to compare

0.4.0 (2025-05-08)

Features

  • add referer to visits model (84782f9)
  • add referer to visits model (a2759c4)

Documentation

rails_url_shortener: v0.3.0

16 Mar 17:00
bb52f9b

Choose a tag to compare

0.3.0 (2025-03-16)

Features

  • Add GitHub actions for release and test/lint.
  • Working on Rails 8!

v0.2.0

19 Apr 14:13
c47737c

Choose a tag to compare

What's Changed

  • feat: add ipgeo object related to visit, with data about ip by @a-chacon in #3

Full Changelog: v0.1.2...v0.2.0

Initial release

12 Apr 23:21

Choose a tag to compare

Basic functionalities created. You can create short URLs, save visits and redirect your users.