Skip to content

Releases: richardvenneman/social-url

1.2.1

14 Nov 21:40
Compare
Choose a tag to compare

This release fixes a regression that has been introduced in 1.2.0.

With 1.2.0 an error would occur when generating an URL for a network without having provided all of the supported params. Sorry about that 🤷‍♂️

1.2.0

14 Nov 21:17
Compare
Choose a tag to compare

This release adds support for mailto URLs! 🎉 Just use @message#mailto_url to generate a mailto URL with a subject (text) and body (URL).

Also, lots of under the hood changes have been made to improve the code quality, efficiency and to make it easier to contribute new networks.

1.1.1

14 Nov 16:31
Compare
Choose a tag to compare

This version does not introduce any new features.

Tooling has been updated to introduce Rubocop and update Travis, CodeClimate configs.