Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1:Update
rubygem-uglifier
rubygem-uglifier.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rubygem-uglifier.changes of Package rubygem-uglifier
------------------------------------------------------------------- Tue Jan 30 11:10:10 UTC 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 8 17:55:24 UTC 2018 - enavarro@suse.com - Updated to version 4.1.3 * update UglifyJS to 3.3.5 ------------------------------------------------------------------- Tue Jan 2 09:31:36 UTC 2018 - dkang@suse.com - Updated to version 4.1.2 * update UglifyJS to 3.3.4 ------------------------------------------------------------------- Thu Dec 14 11:54:38 UTC 2017 - hvogel@suse.com - updated to version 4.0.2 see installed CHANGELOG.md ------------------------------------------------------------------- Thu Apr 13 04:35:49 UTC 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 4 04:40:38 UTC 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 04:34:02 UTC 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 04:37:36 UTC 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 05:35:30 UTC 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 05:35:38 UTC 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 05:42:29 UTC 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 05:52:36 UTC 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 1 05:56:02 UTC 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 04:46:55 UTC 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 04:40:00 UTC 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 04:34:14 UTC 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 6 06:35:05 UTC 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 04:30:49 UTC 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 05:30:18 UTC 2015 - coolo@suse.com - updated to version 2.7.1 - fix compatibility with experimental Alaska ExecJS runtime ------------------------------------------------------------------- Sat Feb 7 07:21:17 UTC 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 11:12:52 UTC 2014 - coolo@suse.com - add gem2rpm.yml to fix license ------------------------------------------------------------------- Wed Oct 15 11:11:17 UTC 2014 - coolo@suse.com - updated to version 2.5.3 - update UglifyJS to 2.4.15 ------------------------------------------------------------------- Mon Oct 13 07:46:14 UTC 2014 - adrian@suse.de - adapt to new rubygem packaging style ------------------------------------------------------------------- Tue Mar 18 14:57:14 UTC 2014 - coolo@suse.com - updated to version 2.5.0 - update UglifyJS to 2.4.13 - process Angular @ngInject annotations - add keep_fargs option - change `ascii_only` default to true ------------------------------------------------------------------- Fri Dec 20 12:02:48 UTC 2013 - coolo@suse.com - updated to version 2.4.0 - update UglifyJS to 2.4.8 - add drop_console compress option ------------------------------------------------------------------- Fri Dec 13 06:02:18 UTC 2013 - coolo@suse.com - updated to version 2.3.3 - update UglifyJS to 2.4.7 ------------------------------------------------------------------- Tue Dec 3 09:42:46 UTC 2013 - coolo@suse.com - updated to version 2.3.2 - update UglifyJS to 2.4.6 - document missing mangler and output options ------------------------------------------------------------------- Fri Nov 22 08:40:32 UTC 2013 - coolo@suse.com - updated to version 2.3.1 - update UglifyJS to 2.4.3 ------------------------------------------------------------------- Thu Oct 31 05:54:42 UTC 2013 - coolo@suse.com - updated to version 2.3.0 - use JSON gem instead of multi_json - update UglifyJS to 2.4.1 - fix issues with some Unicode JS identifiers (#47, #58) ------------------------------------------------------------------- Fri Aug 30 10:00:33 UTC 2013 - coolo@suse.com - updated to version 2.2.1 - fix IE8 compatibility ------------------------------------------------------------------- Mon Aug 26 05:05:50 UTC 2013 - coolo@suse.com - updated to version 2.2.0 - update UglifyJS to 2.4.0 - add `negate_iife` compressor option - escape null characters as \x00, so that null followed by number isn't interpreted as octal (#47) ------------------------------------------------------------------- Sat Jul 20 07:02:06 UTC 2013 - coolo@suse.com - updated to version 2.1.2 - update UglifyJS to 2.3.6 - fix JScript compatibility - update UglifyJS to 2.3.4 ------------------------------------------------------------------- Fri May 24 06:24:01 UTC 2013 - coolo@suse.com - updated to version 2.1.1 - update to UglifyJS 2.3.4 ------------------------------------------------------------------- Thu May 9 16:39:50 UTC 2013 - coolo@suse.com - updated to version 2.1.0 - update to UglifyJS 2.3.0 - add enclose and screw_ie8 options - fix compatibility with Sprockets 2.9.0 ------------------------------------------------------------------- Fri Apr 12 07:33:23 UTC 2013 - coolo@suse.com - updated to version 2.0.1, new javascript version ------------------------------------------------------------------- Mon Sep 3 08:31:30 UTC 2012 - coolo@suse.com - updated to version 1.3.0, work with different multi_json versions ------------------------------------------------------------------- Fri Aug 3 13:28:03 UTC 2012 - coolo@suse.com - updated to version 1.2.7, updated javascript ------------------------------------------------------------------- Fri Jul 6 13:27:34 UTC 2012 - coolo@suse.com - update to 1.2.6, bug fixes ------------------------------------------------------------------- Fri Jun 29 08:39:13 UTC 2012 - cfarrell@suse.com - license update: MIT and BSD-3-Clause LICENSE.txt is MIT but uglifier.js is BSD ------------------------------------------------------------------- Fri Jun 22 05:04:14 UTC 2012 - coolo@suse.com - update to 1.2.5, bug fixes ------------------------------------------------------------------- Tue Apr 17 07:28:45 UTC 2012 - coolo@suse.com - update to 1.2.4
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor