| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: ruby2.5-rubygem-uglifier | Distribution: openSUSE Step 15 |
| Version: 4.1.5 | Vendor: openSUSE |
| Release: 1.2 | Build date: Sat Feb 6 11:37:40 2021 |
| Group: Development/Languages/Ruby | Build host: obs-arm-6 |
| Size: 996709 | Source RPM: rubygem-uglifier-4.1.5-1.2.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: http://github.com/lautis/uglifier | |
| Summary: Ruby wrapper for UglifyJS JavaScript compressor | |
Uglifier minifies JavaScript files by wrapping UglifyJS to be accessible in Ruby.
MIT and BSD-3-Clause
* Tue Jan 30 2018 cbruckmayer@suse.com
- Update to version 4.1.5
* update UglifyJS to 3.3.9
* update uglify-es to 3.3.9
4.1.4 (22 January 2018)
* update UglifyJS to 3.3.8
* update uglify-es to 3.3.8
* Mon Jan 08 2018 enavarro@suse.com
- Updated to version 4.1.3
* update UglifyJS to 3.3.5
* Tue Jan 02 2018 dkang@suse.com
- Updated to version 4.1.2
* update UglifyJS to 3.3.4
* Thu Dec 14 2017 hvogel@suse.com
- updated to version 4.0.2
see installed CHANGELOG.md
* Thu Apr 13 2017 coolo@suse.com
- updated to version 3.2.0
see installed CHANGELOG.md
[#]# 3.2.0 (9 April 2017)
- experimental ES6/Harmony mode based on UglifyJS2 Harmony branch
- update UglifyJS to 2.8.22
* Tue Apr 04 2017 coolo@suse.com
- updated to version 3.1.13
see installed CHANGELOG.md
[#]# 3.1.13 (3 April 2017)
- update UglifyJS to 2.8.21
[#]# 3.1.12 (31 March 2017)
- update UglifyJS to 2.8.20
* Wed Mar 29 2017 coolo@suse.com
- updated to version 3.1.11
see installed CHANGELOG.md
[#]# 3.1.11 (28 March 2017)
- update UglifyJS to 2.8.17
* Sun Mar 26 2017 coolo@suse.com
- updated to version 3.1.10
see installed CHANGELOG.md
[#]# 3.1.10 (25 March 2017)
- update UglifyJS to 2.8.16
* Wed Mar 22 2017 coolo@suse.com
- updated to version 3.1.9
see installed CHANGELOG.md
[#]# 3.1.9 (19 March 2017)
- update UglifyJS to 2.8.14
* Sat Mar 18 2017 coolo@suse.com
- updated to version 3.1.8
see installed CHANGELOG.md
[#]# 3.1.8 (17 March 2017)
- update UglifyJS to 2.8.13
* Thu Mar 16 2017 coolo@suse.com
- updated to version 3.1.7
see installed CHANGELOG.md
[#]# 3.1.7 (11 March 2017)
- fix NoMethodError on `Uglifier.compile(source, source_map: false)` (#114)
- update UglifyJS to 2.8.12
[#]# 3.1.6 (9 March 2017)
- update UglifyJS to 2.8.11
[#]# 3.1.5 (8 March 2017)
- update UglifyJS to 2.8.9
[#]# 3.1.4 (5 March 2017)
- Update UglifyJS to 2.8.7
[#]# 3.1.3 (2 March 2017)
- update UglifyJS to 2.8.5
- default passes to 1
- allow source_map option to be `true` instead of a hash
[#]# 3.1.2 (1 March 2017)
- fix `reduce_vars` compressor option
- add `passes` compressor option
- update UglifyJS to 2.8.4
* Tue Feb 28 2017 coolo@suse.com
- updated to version 3.1.1
see installed CHANGELOG.md
[#]# 3.1.1 (27 February 2017)
- disable `reduce_vars` by default as it causes JS errors (#110)
[#]# 3.1.0 (27 February 2017)
- update UglifyJS to 2.8.0
- add reduce_vars compress option
- enable `reduce_vars` and `collapse_vars` compress options by default
- unused top-level function and variable removal with `toplevel` compress option
- add `top_retain` compress option to specify list of top-level variables to always retain
- add `unsafe_comps` and `unsafe_proto` options
* Thu Dec 01 2016 coolo@suse.com
- updated to version 3.0.4
see installed CHANGELOG.md
[#]# 3.0.4 (30 November 2016)
- update UglifyJS to 2.7.5
- implement ignore_quoted and debug options for mangle_properties
* Tue Oct 25 2016 coolo@suse.com
- updated to version 3.0.3
see installed CHANGELOG.md
[#]# 3.0.3 (24 October 2016)
- update UglifyJS to 2.7.4
- add wrap_iife output option to wrap IIFEs in parenthesis
* Sun Aug 21 2016 coolo@suse.com
- updated to version 3.0.2
see installed CHANGELOG.md
[#]# 3.0.2 (20 August 2016)
- add top-level keep_fnames option that implies both compressor and mangler keep_fnames
- update UglifyJS to 2.7.3
* Sat Jul 30 2016 coolo@suse.com
- updated to version 3.0.1
see installed CHANGELOG.md
[#]# 3.0.1 (28 July 2016)
- update UglifyJS to 2.7.0
- split JS dependencies to separate files
* Wed Apr 06 2016 coolo@suse.com
- updated to version 3.0.0
see installed CHANGELOG.md
[#]# 3.0.0 (22 March 2016)
- drop support for Ruby 1.8
- remove json as dependency
- discard unused function arguments only in unsafe mode
- add `keep_fnames` option to preserve function names in compressed code
- add `collapse_vars` option to collapse single-use variables
- backwards incompatible changes to source map options
- support for inline base64 encoded source maps
- mangle property names option (disabled by default)
- update UglifyJS to 2.6.2
* Thu Aug 27 2015 coolo@suse.com
- updated to version 2.7.2
see installed CHANGELOG.md
[#]# 2.7.2 (26 August 2015)
- update UglifyJS to 2.4.24
* Sat Feb 28 2015 coolo@suse.com
- updated to version 2.7.1
- fix compatibility with experimental Alaska ExecJS runtime
* Sat Feb 07 2015 coolo@suse.com
- updated to version 2.7.0
- copyright comment preservation also includes comments starting with a bang (!)
- update UglifyJS to 2.4.16
- allow metadata to be appended to minified code
* Wed Oct 15 2014 coolo@suse.com
- add gem2rpm.yml to fix license
* Wed Oct 15 2014 coolo@suse.com
- updated to version 2.5.3
- update UglifyJS to 2.4.15
* Mon Oct 13 2014 adrian@suse.de
- adapt to new rubygem packaging style
/usr/lib/ruby/gems/2.5.0/build_info /usr/lib/ruby/gems/2.5.0/cache/uglifier-4.1.5.gem /usr/lib/ruby/gems/2.5.0/gems/uglifier-4.1.5 /usr/lib/ruby/gems/2.5.0/gems/uglifier-4.1.5/.document /usr/lib/ruby/gems/2.5.0/gems/uglifier-4.1.5/.gitignore /usr/lib/ruby/gems/2.5.0/gems/uglifier-4.1.5/.gitmodules /usr/lib/ruby/gems/2.5.0/gems/uglifier-4.1.5/.rspec /usr/lib/ruby/gems/2.5.0/gems/uglifier-4.1.5/.rubocop.yml /usr/lib/ruby/gems/2.5.0/gems/uglifier-4.1.5/.travis.yml /usr/lib/ruby/gems/2.5.0/gems/uglifier-4.1.5/.yardopts /usr/lib/ruby/gems/2.5.0/gems/uglifier-4.1.5/CHANGELOG.md /usr/lib/ruby/gems/2.5.0/gems/uglifier-4.1.5/CONTRIBUTING.md /usr/lib/ruby/gems/2.5.0/gems/uglifier-4.1.5/Gemfile /usr/lib/ruby/gems/2.5.0/gems/uglifier-4.1.5/LICENSE.txt /usr/lib/ruby/gems/2.5.0/gems/uglifier-4.1.5/README.md /usr/lib/ruby/gems/2.5.0/gems/uglifier-4.1.5/Rakefile /usr/lib/ruby/gems/2.5.0/gems/uglifier-4.1.5/lib /usr/lib/ruby/gems/2.5.0/gems/uglifier-4.1.5/lib/es5.js /usr/lib/ruby/gems/2.5.0/gems/uglifier-4.1.5/lib/source-map.js /usr/lib/ruby/gems/2.5.0/gems/uglifier-4.1.5/lib/split.js /usr/lib/ruby/gems/2.5.0/gems/uglifier-4.1.5/lib/uglifier /usr/lib/ruby/gems/2.5.0/gems/uglifier-4.1.5/lib/uglifier.js /usr/lib/ruby/gems/2.5.0/gems/uglifier-4.1.5/lib/uglifier.rb /usr/lib/ruby/gems/2.5.0/gems/uglifier-4.1.5/lib/uglifier/version.rb /usr/lib/ruby/gems/2.5.0/gems/uglifier-4.1.5/lib/uglify-harmony.js /usr/lib/ruby/gems/2.5.0/gems/uglifier-4.1.5/lib/uglify.js /usr/lib/ruby/gems/2.5.0/gems/uglifier-4.1.5/uglifier.gemspec /usr/lib/ruby/gems/2.5.0/specifications/uglifier-4.1.5.gemspec /usr/share/doc/packages/ruby2.5-rubygem-uglifier /usr/share/doc/packages/ruby2.5-rubygem-uglifier/CHANGELOG.md /usr/share/doc/packages/ruby2.5-rubygem-uglifier/LICENSE.txt /usr/share/doc/packages/ruby2.5-rubygem-uglifier/README.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Feb 9 17:06:48 2026