[Pkg-javascript-commits] [less.js] annotated tag v1.3.2 created (now 7588af0)

Jonas Smedegaard dr at jones.dk
Mon Oct 26 23:22:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag v1.3.2
in repository less.js.

        at  7588af0   (tag)
   tagging  d30e0e1a332e860e8ef3e056eff289aa197adfd9 (commit)
  replaces  v1.3.1
 tagged by  Luke Page
        on  Sat Dec 29 20:59:19 2012 +0000

- Log -----------------------------------------------------------------
v1.3.2

Charles Lowell (1):
      alternative to throwing an object literal.

Damien Whitten (1):
      parser.imports passing errors

Daniel Stockman (3):
      lessc: Defend against missing output directories
      Back-compat for existsSync in directory check
      Log output file written when verbose.

Felix Gnass (2):
      Make sass-debug-info compatible with DevTools
      Test for escaped paths

Hakan Bilgin (1):
      Function "modifyVars" added

Jakob Stoeck (1):
      only cache imported files when not in development mode, fixes #346, fixes #47

Luke Page (59):
      Fix problem with name arguments with arguments variable and if you've specified all the arguments
      Add support for ';' as a delimiter
      basic support in definition, clean up and tests
      Only output stack if it is not a less error
      Add tests for hsv and hsva
      Fix #990 - error message incorrect
      Update version number on index
      add more scope tests - test what the current behaviour is
      Add semi-colons to error function
      Fix #186 - allow selectors to contain other selectors
      Make less.js ignore nodes in its own path so infinite recursion does not happen. Fixes #413
      Look through all scopes for a mixin before giving up. Fixes #413 again
      Fix error message when performing an operation on a keyword
      Fixi important on mixin calls when mixin has rulesets or comments
      Support multiple semi-colons like css. Fixes #606
      Fix issue with media queries inside mixins. fixes #999
      self referencing variable gives a proper error (no stack overflow). Fixes #972
      Re-allow recursive mixins, just not recursive classes. Fixes #1012
      Add support for unicode descriptors. Fixes #1107
      add unit function. Fixes #307
      Mixin guards take units into account. Fixes #855
      Do not require default mixin. Fixes #926
      Fix argument matching. Fixes #1036
      support mixin calling when using & to stack classes. Fixes #1026
      interpolation includes unit, but not quote. Use unit function to get old functionality. Fixes #782
      Refix tests to work on unix and windows
      Add support for @namespace and namespace combinators. Fixes #408
      20% of a colour is not 0.20 but 51. fixes #454. Fix from @unknownbrackets
      Fix multiple scoping issues with variables. Fixes #878
      Scope fix - default parameters are evaluated in the mixin scope, not the
      detect parse errors, even with an import. fixes #1053
      Fix tests and report error at index -1 so it is a valid index
      Allow escaped charcaters in less filename url. Fixes #982
      do not divide by 100 when doing maths and keeping the %. Fixes #1069
      basic comments parsing in mixin arguments. comments need more work and a general solution though. fixes #1071
      allow less files to have query paramaters. Fixes #788
      Create CONTRIBUTING.md
      Update CONTRIBUTING.md
      Add initial browser test suite using phantomjs for headless testing and jasmine
      Add browser specific url tests
      bad error message trying to assign @@var. Fixes #1077
      unbundle css min. Add optional dependency on ycssmin. Correct some things in the package.json. Add a .npmignore. Fixes #1080
      Update CONTRIBUTING.md
      Test that import paths load from the current directory first
      Look in the current directory last when looking for imports. Fixes #1083
      make import-once use the full path, not the possibly relative path to determine if an import has already been included
      Make import-once fix, but for the browser
      Fix comment chunking. Fixes #1082
      tidy code up, change to callback errors instead of system exit
      Fix server tests and an import bug when a media import is followed by further imports
      Fix browser tests by moving url re-writing tests to urls.less. Also fix browser rootpath.
      Relative url's option for node lessc
      Add tests for static urls
      browser support for rootpath and relative urls, with test
      When adding a path onto an unquoted url, escape characters that require it. Fixes #831
      Do not add .less if the file has an extension already or has url parameters. Also support ';' instead of '?'. Fixes #784 and fixes #204
      Update changelog for 1.3.2
      fix typo on import
      (dist) build 1.3.2

Mehran Kholdi (3):
      Added HSV and HSVA helpers
      Cleaned up parts of functions.js
      Fixed a typo in HSV implementation

Nick Kaijaks (1):
      Report error for under-matched as well as overmatched braces

Rok Garbas (1):
      less element (sheet) might not be located in head

Salim Bensiali (3):
      Relative URLs in LESS files should be relative to the file that defines them.
      Added documentation for the -rp, --rootpath option.
      Added missing newline at end of file

Toby Cole (1):
      Updating parser to allow dimensions starting '+'

Ville Immonen (1):
      Added an option to import files synchronously.

mar (1):
      support for `@import` linking to .less files over HTTP

tscheinecker (1):
      only include the first @charset definition - subsequent ones will be

unknown (1):
      call less.watch() in non dev mode FIXED

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/less.js.git



More information about the Pkg-javascript-commits mailing list