Change logs for underscore source package in Saucy

  • underscore (1.4.4-2ubuntu1) saucy; urgency=low
    
      * Merge from Debian unstable, remaining changes:
        - Suggest javascript-common instead of recommending it.
        - Build using yui-compressor, we don't want uglifyjs's dependencies
          in main.
    
    underscore (1.4.4-2) unstable; urgency=low
    
      * Add README.source emphasizing control.in file as *not* a
        show-stopper for contributions, referring to wiki page for details.
      * Bump packaging license to GPL-3+, and extend coverage to include
        current year.
      * Add git URL as alternate source.
      * Stop tracking md5sum of upstream tarball.
    
    underscore (1.4.4-1) unstable; urgency=low
    
      [ upstream ]
      * New upstream release:
        + Added _.findWhere, for finding the first element in a list that
          matches a particular set of keys and values.
        + Added _.partial, for partially applying a function without
          changing its dynamic reference to this.
        + Simplified bind by removing some edge cases involving constructor
          functions. In short: don't _.bind your constructors.
        + A minor optimization to invoke.
    
      * Update copyright file:
        + Fix drop an obsolete reference to GPL.
        + Extend coverage of main copyright holder.
        + Fix add dummy GPL-2 License paragraph.
      * Have git-import-orig suppress .gitignore files.
      * Bump standards-version to 3.9.4.
      * Use anonscm.debian.org URL for control file Vcs-Git field.
     -- Dmitry Shachnev <email address hidden>   Wed, 19 Jun 2013 16:17:56 +0400
  • underscore (1.4.3-1ubuntu1) raring; urgency=low
    
      * Merge from Debian unstable (LP: #1127115). Remaining changes:
        - Suggest javascript-common instead of recommending it.
        - Build using yui-compressor, we don't want uglifyjs's dependencies
          in main.
    
    underscore (1.4.3-1) unstable; urgency=low
    
      [ upstream ]
      * New upstream release.
        + Improved compatibility with Adobe's JS engine that can be used to
          script Illustrator, Photoshop, and friends.
        + Added a default _.identity iterator to countBy and groupBy.
        + The uniq function can now take array, iterator, context as the
          argument list.
        + The times function now returns the mapped array of iterator
          results.
        + Simplified and fixed bugs in throttle.
        + For backwards compatibility, returned to pre-1.4.0 behavior when
        + passing null to iteration functions. They now become no-ops.
    
      [ Jonas Smedegaard ]
      * Bump dephelper compatibility level to 8.
      * Update watch and rules files to use new github.com URL.
      * Build-depend on devscripts, to always check copyrights during build.
      * Update copyright file:
        + Update Files sections for included code copies of other projects.
        + Fix use pseudo-license and pseudo-comment sections to obey silly
          restrictions of copyright format 1.0.
     -- Dmitry Shachnev <email address hidden>   Sat, 16 Feb 2013 14:29:02 +0400