Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ruby3.4-rubygem-js-routes | Distribution: SUSE Linux Framework One |
Version: 2.2.10 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: slfo.1.1.1 | Build date: Mon Nov 4 17:57:24 2024 |
Group: Development/Languages/Ruby | Build host: reproducible |
Size: 128983 | Source RPM: rubygem-js-routes-2.2.10-slfo.1.1.1.src.rpm |
Packager: https://www.suse.com/ | |
Url: http://github.com/railsware/js-routes | |
Summary: Brings Rails named routes to javascript |
Exposes all Rails Routes URL helpers as javascript module.
MIT
* Mon Nov 04 2024 dan.cermak@posteo.net - New upstream release 2.2.10, see bundled CHANGELOG.md * Tue Nov 28 2023 dan.cermak@posteo.net - ## v2.2.8 * Leave emoji symbols intact when encoding URI fragment [#312](https://github.com/railsware/js-routes/issues/312) * Use webpacker config variable instead of hardcode [#309](https://github.com/railsware/js-routes/issues/309) * Use `File.exist?` to be compatible with all versions of ruby [#310](https://github.com/railsware/js-routes/issues/310) * Fri Nov 03 2023 dan.cermak@posteo.net - ## v2.2.7 * Fix ESM Tree Shaking [#306](https://github.com/railsware/js-routes/issues/306) [#]# v2.2.6 * Prefer to extend `javascript:build` instead of `assets:precompile`. [#305](https://github.com/railsware/js-routes/issues/305) * Add stimulus framework application.js location to generators * Fri Apr 28 2023 mrueckert@suse.de - updated to version 2.2.5 * Upgraded eslint and prettier versions [#304](https://github.com/railsware/js-routes/issues/304) * Fix middleware generator [#300](https://github.com/railsware/js-routes/issues/300) * Support `params` special parameter * Thu Aug 04 2022 coolo@suse.com - updated to version 2.2.4 * Fix rails engine loading if sprockets is not in Gemfile. Fixes [#294](https://github.com/railsware/js-routes/issues/294) * Thu Apr 28 2022 coolo@suse.com - updated to version 2.2.3 * Fixed NIL module type namespace defintion [#297](https://github.com/railsware/js-routes/issues/297). * The patch may cause a problem with nested `namespace` option * Ex. Value like `MyProject.Routes` requires to define `window.MyProject` before importing the routes file * Tue Feb 15 2022 coolo@suse.com - updated to version 2.2.2 see installed CHANGELOG.md [#]# v2.2.2. * Fix custom file path [#295](https://github.com/railsware/js-routes/issues/295) * Tue Jan 25 2022 coolo@suse.com updated to version 2.2.1 see installed CHANGELOG.md [#]# v2.2.1 * Improve generator to update route files on `assets:precompile` and add them to `.gitignore by default` [#288](https://github.com/railsware/js-routes/issues/288#issuecomment-1012182815) [#]# v2.2.0 * Use Rack Middleware to automatically update routes file in development [#288](https://github.com/railsware/js-routes/issues/288) * This setup is now a default recommended due to lack of any downside comparing to [ERB Loader](./Readme.md#webpacker) and [Manual Setup](./Readme.md#advanced-setup) [#]# v2.1.3 * Fix `default_url_options` bug. [#290](https://github.com/railsware/js-routes/issues/290) [#]# v2.1.2 * Improve browser window object detection. [#287](https://github.com/railsware/js-routes/issues/287) [#]# v2.1.1 * Added webpacker generator `./bin/rails generate js_routes:webpacker` * Reorganized Readme to describe different setups with their pros and cons more clearly [#]# v2.1.0 * Support typescript defintions file aka `routes.d.ts`. See [Readme.md](./Readme.md#definitions) for more information. * Mon Jul 26 2021 coolo@suse.com updated to version 2.0.8 see installed CHANGELOG.md [#]# v2.0.8 * Forbid usage of `namespace` option if `module_type` is not `nil`. [#281](https://github.com/railsware/js-routes/issues/281). * Thu Jun 24 2021 coolo@suse.com updated to version 2.0.7 see installed CHANGELOG.md [#]# v2.0.7 * Remove source map annotation from JS file. Fixes [#277](https://github.com/railsware/js-routes/issues/277) * Generated file is not minified, so it is better to use app side bundler/compressor for source maps [#]# v2.0.6 * Disable `namespace` option default for all envs [#278](https://github.com/railsware/js-routes/issues/278) [#]# v2.0.5 * Fixed backward compatibility issue [#276](https://github.com/railsware/js-routes/issues/276) [#]# v2.0.4 * Fixed backward compatibility issue [#275](https://github.com/railsware/js-routes/issues/275) [#]# v2.0.3 * Fixed backward compatibility issue [#275](https://github.com/railsware/js-routes/issues/275) [#]# v2.0.2 * Fixed backward compatibility issue [#274](https://github.com/railsware/js-routes/issues/274) [#]# v2.0.1 * Fixed backward compatibility issue [#272](https://github.com/railsware/js-routes/issues/272) [#]# v2.0.0 Version 2.0 has some breaking changes. See [UPGRADE TO 2.0](./VERSION_2_UPGRADE.md) for guidance. * `module_type` option support * `documentation` option spport * Migrated implementation to typescript * ESM tree shaking support * Support camel case `toParam` version of `to_param` property * Wed Jan 20 2021 coolo@suse.com updated to version 1.4.14 see installed CHANGELOG.md [#]# v1.4.14 * Fix compatibility with UMD modules #237 [Comment](https://github.com/railsware/js-routes/issues/237#issuecomment-752754679) [#]# v1.4.13 * Improve compatibility with node environment #269. * Change default file location configuration to Webpacker if both Webpacker and Sprockets are loaded [#]# v1.4.11 * Use app/javascript/routes.js as a default file location if app/javascript directory exists * Add `default` export for better experience when used as es6 module [#]# v1.4.10 * Require engine only when sprockets is loaded #257. * Mon Feb 10 2020 coolo@suse.com - updated to version 1.4.9 see installed CHANGELOG.md [#]# v1.4.9 * Allow to specify null namespace and receive routes as an object without assigning it anywhere #247 * Fri Jul 19 2019 coolo@suse.com - updated to version 1.4.7 see installed CHANGELOG.md [#]# v1.4.7 * Fix a LocalJumpError on secondary initialization of the app #248 * Sun May 05 2019 coolo@suse.com - updated to version 1.4.6 see installed CHANGELOG.md [#]# v1.4.6 * Fix regression of #244 in #243 [#]# v1.4.5 * Fix escaping inside route parameters and globbing #244 [#]# v1.4.4 * Mon May 07 2018 factory-auto@kulow.org - updated to version 1.4.4 see installed CHANGELOG.md * More informative stack trace for ParameterMissing error #235 [#]# v1.4.3 * Proper implementation of the :subdomain option in routes generation * Tue Jan 09 2018 coolo@suse.com - updated to version 1.4.3 see installed CHANGELOG.md * Sun Dec 03 2017 coolo@suse.com - updated to version 1.4.2 see installed CHANGELOG.md [#]# v1.4.2 * Added JsRoutes namespace to Engine #230 * Mon Sep 11 2017 coolo@suse.com - 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 * Wed Mar 01 2017 coolo@suse.com - updated to version 1.3.3 see installed CHANGELOG.md * Fri Dec 09 2016 coolo@suse.com - updated to version 1.3.2 see installed CHANGELOG.md * Tue Nov 29 2016 coolo@suse.com - updated to version 1.3.1 see installed CHANGELOG.md [#]# v1.3.0 * Introduce the special _options key. Fixes #86 * Thu Aug 18 2016 coolo@suse.com - updated to version 1.3.0 see installed CHANGELOG.md * Thu Aug 11 2016 coolo@suse.com - updated to version 1.2.9 see installed CHANGELOG.md [#]# v1.2.9 * Fixed deprecation varning on Sprockets 3.7 * Sat Aug 06 2016 coolo@suse.com - updated to version 1.2.8 see installed CHANGELOG.md [#]# v1.2.8 * Bugfix warning on Sprockets 4.0 #202 * Fri Jul 15 2016 coolo@suse.com - updated to version 1.2.7 see installed CHANGELOG.md [#]# v1.2.7 * Drop support 1.9.3 * Add helper for indexOf, if no native implementation in JS engine * Add sprockets3 compatibility * Bugfix domain defaults to path #197 * Fri Jun 03 2016 coolo@suse.com - updated to version 1.2.6 see installed CHANGELOG.md [#]# v1.2.6 * Use default prefix from `Rails.application.config.relative_url_root` #186 * Bugfix route globbing with optional fragments bug #191 * Wed Apr 06 2016 coolo@suse.com - updated to version 1.2.5 see installed CHANGELOG.md [#]# v1.2.5 * Bugfix subdomain default parameter in routes #184 * Bugfix infinite recursion in some specific route sets #183 [#]# v1.2.4 * Additional bugfixes to support all versions of Sprockets: 2.x and 3.x * Sun Feb 14 2016 coolo@suse.com - updated to version 1.2.4 see installed CHANGELOG.md * Thu Jan 28 2016 coolo@suse.com - updated to version 1.2.3 see installed CHANGELOG.md [#]# v1.2.3 * Sprockets ~= 3.0 support [#]# v1.2.2 * Sprockets ~= 3.0 support * Support default parameters specified in route.rb file * Thu Jan 21 2016 coolo@suse.com - updated to version 1.2.2 see installed CHANGELOG.md [#]# v1.2.1 * Fixes for Rails 5 [#]# v1.2.0 * Support host, port and protocol inline parameters * Support host, port and protocol parameters given to a route explicitly * Remove all incompatibilities between actiondispatch and js-routes in handling route URLs [#]# v1.1.2 * Bugfix support nested object null parameters #164 * Bugfix support for nested optional parameters #162 #163 * Tue Sep 15 2015 coolo@suse.com - updated to version 1.1.2 see installed CHANGELOG.md [#]# v1.1.1 * Bugfix regression in serialisation on blank strings caused by [#155](https://github.com/railsware/js-routes/pull/155/files) * Fri Sep 11 2015 coolo@suse.com - updated to version 1.1.1 see installed CHANGELOG.md * Thu Aug 06 2015 coolo@suse.com - updated to version 1.1.0 see installed CHANGELOG.md [#]# v1.1.0 * Ensure routes are loaded, prior to generating them [#148](https://github.com/railsware/js-routes/pull/148) * Use `flat_map` rather than `map{...}.flatten` [#149](https://github.com/railsware/js-routes/pull/149) * URL escape routes.rb url to fix bad URI(is not URI?) error [#150](https://github.com/railsware/js-routes/pull/150) * Fix for rails 5 - test rails-edge on travis allowing failure [#151](https://github.com/railsware/js-routes/pull/151) * Adds `serializer` option [#155](https://github.com/railsware/js-routes/pull/155/files) [#]# v1.0.1 * Support sprockets-3 * Performance optimization of include/exclude options * Thu Apr 23 2015 coolo@suse.com - updated to version 1.0.1 see installed CHANGELOG.md [#]# v1.0.0 * Tue Feb 10 2015 coolo@suse.com - updated to version 1.0.0 * Mon Oct 13 2014 coolo@suse.com - adapt to new rubygem packaging * Wed Apr 23 2014 tboerger@suse.com - Initial packaging of 0.9.7
/usr/lib64/ruby/gems/3.4.0/build_info /usr/lib64/ruby/gems/3.4.0/cache/js-routes-2.2.10.gem /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10 /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/CHANGELOG.md /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/LICENSE.txt /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/Readme.md /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/app /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/app/assets /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/app/assets/javascripts /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/app/assets/javascripts/js-routes.js.erb /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/lib /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/lib/js-routes.rb /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/lib/js_routes /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/lib/js_routes.rb /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/lib/js_routes/configuration.rb /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/lib/js_routes/engine.rb /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/lib/js_routes/generators /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/lib/js_routes/generators/base.rb /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/lib/js_routes/generators/middleware.rb /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/lib/js_routes/generators/webpacker.rb /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/lib/js_routes/instance.rb /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/lib/js_routes/middleware.rb /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/lib/js_routes/route.rb /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/lib/js_routes/types.rb /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/lib/js_routes/version.rb /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/lib/routes.d.ts /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/lib/routes.js /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/lib/routes.ts /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/lib/tasks /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/lib/tasks/js_routes.rake /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/lib/templates /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/lib/templates/erb.js /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/lib/templates/initializer.rb /usr/lib64/ruby/gems/3.4.0/gems/js-routes-2.2.10/lib/templates/routes.js.erb /usr/lib64/ruby/gems/3.4.0/specifications/js-routes-2.2.10.gemspec /usr/share/doc/packages/ruby3.4-rubygem-js-routes /usr/share/doc/packages/ruby3.4-rubygem-js-routes/CHANGELOG.md /usr/share/doc/packages/ruby3.4-rubygem-js-routes/LICENSE.txt /usr/share/doc/packages/ruby3.4-rubygem-js-routes/Readme.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Feb 22 00:24:36 2025