Hello community, here is the log from the commit of package rubygem-js-routes for openSUSE:Factory checked in at 2017-09-12 19:56:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-js-routes (Old) and /work/SRC/openSUSE:Factory/.rubygem-js-routes.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-js-routes" Tue Sep 12 19:56:57 2017 rev:15 rq:523562 version:1.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-js-routes/rubygem-js-routes.changes 2017-03-21 22:50:10.257507983 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-js-routes.new/rubygem-js-routes.changes 2017-09-12 19:56:58.309773492 +0200 @@ -1,0 +2,49 @@ +Mon Sep 11 12:42:03 UTC 2017 - [email protected] + +- updated to version 1.4.1 + see installed CHANGELOG.md + + ## v1.4.1 + + * Fixed bug when js-routes is used in envs without window.location #224 + + + ## v1.4.0 + + * __breaking change!__ Implemented Routes.config() and Routes.configure instead of Routes.defaults + + New methods support 4 options at the moment: + + ``` js + Routes.configuration(); // => + /* + { + prefix: "", + default_url_options: {}, + special_options_key: '_options', + serializer: function(...) { ... } + } + */ + + Routes.configure({ + prefix: '/app', + default_url_options: {format: 'json'}, + special_options_key: '_my_options_key', + serializer: function(...) { ... } + }); + ``` + + ## v1.3.3 + + * Improved optional parameters support #216 + + ## v1.3.2 + + * Added `application` option #214 + + ## v1.3.1 + + * Raise error object with id null passed as route paramter #209 + * Sprockets bugfixes #212 + +------------------------------------------------------------------- Old: ---- js-routes-1.3.3.gem New: ---- js-routes-1.4.1.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-js-routes.spec ++++++ --- /var/tmp/diff_new_pack.Zo90SH/_old 2017-09-12 19:56:58.893691388 +0200 +++ /var/tmp/diff_new_pack.Zo90SH/_new 2017-09-12 19:56:58.897690826 +0200 @@ -24,7 +24,7 @@ # Name: rubygem-js-routes -Version: 1.3.3 +Version: 1.4.1 Release: 0 %define mod_name js-routes %define mod_full_name %{mod_name}-%{version} @@ -33,7 +33,7 @@ BuildRequires: %{ruby} BuildRequires: ruby-macros >= 5 Url: http://github.com/railsware/js-routes -Source: http://rubygems.org/gems/%{mod_full_name}.gem +Source: https://rubygems.org/gems/%{mod_full_name}.gem Source1: gem2rpm.yml Summary: Brings Rails named routes to javascript License: MIT ++++++ js-routes-1.3.3.gem -> js-routes-1.4.1.gem ++++++ ++++ 1889 lines of diff (skipped)
