[Pkg-javascript-commits] [less.js] annotated tag v1.7.2 created (now bd4a429)
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 23:22:44 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a change to annotated tag v1.7.2
in repository less.js.
at bd4a429 (tag)
tagging aeacf5754a5d280ee4770c498521e63ca976c00d (commit)
replaces v1.7.1
tagged by Luke Page
on Sun Jun 22 10:50:40 2014 +0100
- Log -----------------------------------------------------------------
v1.7.2
Luke Page (8):
make the include example text clearer
Add missing info for 1.7.1
Merge pull request #2045 from tim-smart/feature/sourcemaps-base64
suport passing strings to paths
Merge branch 'master' of https://github.com/less/less.js
fix regression with jsifying code - all dimensions would be rounded. Fixes #2057
1.7.2 release
missing distribution files
Tim Smart (1):
Base64 encode source maps
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new d5f29b6 Adding gsub function
new d4e15e2 Adding gsub function
new 170042f Adding capture group test case
new 7dbd759 Merging remote
new 08e6137 Improved min/max function, 2 new Built in function
new bf2a49a Improved min/max function, 2 new Built in function
new 0f2926b Update functions.js
new b77b020 Improved min/max function, 2 new Built in function
new 7fc1201 Error handlers for min/max functions
new e6b94f9 Pixel conversion added.
new 82ab17c Consistency fixes
new 7bbf7ce max/min Bugfix
new 8ccadb8 Removal of zero, unitonly changed to obtain
new 0a79543 Implement postProcessor callback feature for less.ls browser environment #1835
new 9f4818d Added support for property merge via `+_`;
new c523e99 Property merge via `+_`: minor test updates.
new fda1774 Merge upstream into adding_gsub_function
new 089bf1b Adding replace function
new 98f48bc Replacing replace's options to flags
new 72c0cff Merge pull request #1847 from seven-phases-max/property-merge-with-space
new 09c4311 Added support for variables in certain at-rules (keyframes, namespace, charset).
new cc1ef03 missing build files for 1.6.3
new e5702ca Merge branch 'master' of https://github.com/cloudhead/less.js
new f7414a1 detached rulesets
new 55ce309 Merge pull request #1860 from seven-phases-max/variables-in-atrules-2
new d015778 Create travis file
new dda043a add an npm install because it seems if you add an
new 111da07 Remove 0.6 since it fails
new 37a1db2 Up the version of node to the required version
new 204a4c2 Add travis icon
new deec346 Add travis to readme
new 76ac1dd revert bower.json
new 2be0b8c Merge remote-tracking branch 'origin/master' into detached-rulesets
new 68f97fa Fixed empty args matching for named variadics (e.g. `.mixin(@var...)`).
new bf952c1 Merge pull request #1866 from seven-phases-max/fix-1852
new dff83f8 Merge branch 'master' of https://github.com/deviprsd21/less.js
new 9749d20 Fix tests, fix a bug in comparing values
new 5bdce43 changelog so far
new 55033c7 more tests and name arguments for caller
new 7f26515 small simplification
new ed0e13a do not chunk inside parens so that we can predict mixin calls containing detached rulesets. Also now save the current chunk (may not be required).
new e3168e3 add some more failing tests
new e3576b9 implement n level back-tracking and then don't absorb a parenthesis, fixing both issues with 2 new test cases
new ef3c63f Test out some theoretical back tracking and fix bugs
new 15174c0 small approx 1% speed improvement
new c301ea6 Merge remote-tracking branch 'origin/master' into detached-rulesets
new e0692fa add scope tests to the detached ruleset test-set
new b46ca11 error tests and test detached rulesets without a mixin call
new c730829 Fix one issue with media queries and detached rulesets, one to go
new baba33e Fix some bugs with detached rulesets and media queries
new 88b44df make mixin definitions have similar coding style to detached rulesets for grabbing frames
new 42aff6f remove bad comment
new d31e2d5 upgrade dependencies
new 6117a33 Merge pull request #1855 from jakebellacera/adding_replace_function
new f3b9713 correct spelling of compatibility option
new 3945027 Merge branch 'master' of https://github.com/cloudhead/less.js
new d3c0b20 minor `replace` func improvement: preserve quote char and escaped flag.
new 768a5cb minor `%` func improvement: preserve quote char and escaped flag, updated tests.
new 9dbb18c Merge pull request #1884 from seven-phases-max/replace-func-improvement
new 8fa966e Merge pull request #1859 from less/detached-rulesets
new 3d338ce Update README.md
new 6d5473e update readme
new d85b6c0 Change wiki link to website link
new 984419a Fixed a typo for 1.7.0: `@supports` -> `@keyframes`
new b053b93 README.md: LESS -> Less
new ea18223 Let `luma` follow spec
new 4952b66 Let tests reflect output of new luma function.
new 86fee0d Add test case were luminance is not equal to luma.
new bf9c590 Fixed that in some situations a mixin call into a referenced file wouldn't import media queries. Fixes #1469
new 7c90aca Fix a small scope issue with mixins when using parent selectors, introduced in 1.6.2. Fixes #1877
new ca06fee when in lint mode, report errors from creating css. Fixes #1786
new 5ab0e08 Do not evaluate css with guards if the guards fail. Fixes #1873
new 75e7d43 Merge branch 'master' of https://github.com/cloudhead/less.js
new 6f3f59c tweak the log levels. Fixes #1856
new 2a194e0 Merge branch 'master' of https://github.com/cloudchen/less.js
new 1451af9 add browser details to changelog
new 834a50f add-in more changes to the changelog
new 89e095c call callback if exception whilst calling toCSS. Fixes #1816
new 18c49e7 re-implement pull request #1701 - still allow log level to be configurable in dev mode
new fce001e use the right xml http request for local file access. from @Scorpin
new beb5273 allow % to be passed to the unit function. Fixes #1550 and fixes #1571
new ccd8ebb always execute import-once in the same way. Fixes #1898
new 193ce01 Sync semantics of test variables and their output.
new e7389a0 Introduce luminance function.
new 17a92e3 Merge pull request #1890 from roelvanduijnhoven/feature/luma-definition
new 1738549 final changelog changes for 1.7.0
new c95dfde 1.7.0 Release
new 7370f72 Add note about clean css options changing
new 0c8e117 update readme and rename LESS to Less
new dfbf04a Remove trailing spaces from the license header.
new faf620e Remove twitter-bootstrap tag from SO link
new 1bdaf74 Merge pull request #1906 from ZDroid/readme
new e1f3d44 Merge pull request #1907 from XhmikosR/patch-1
new 621eeaf add depdency check
new 74c3378 Add dependency check in build
new 303a58a Fix pills into right place
new 322a0e8 Added usage info for url-args option
new 372c554 Merge pull request #1919 from bcluca/master
new 8afeae9 Fixed recursive mixin regression, updated tests to detect such regression in future.
new df6ae88 Fix error message when using cleancss with sourcemap
new 46c12ef reworked internal decimal rounding function.
new 87f8df2 Throwing an error now on `writeError` if `silent`option is not set to give users of the API the possibility to distinguish between a successful compilation and an unsuccessful one without needing to parse the output.
new 28b8565 Merge pull request #1936 from danielchatfield/fix-error-message
new 5c0b5cf Merge pull request #1929 from seven-phases-max/recursive-loop-regression-fix
new d6d983f Merge branch 'master' of https://github.com/sandroboehme/less.js into sandroboehme-master
new 7f8dfae improving paths determination during file loader, less likely to pass undefined and break node
new 31ffdb8 Added condition to check if HEX code contain only valid characters
new 66c4307 fix bug with ../.. paths joining
new 85b911a Merge pull request #1974 from dominicbarnes/master
new 1ccb489 Merge pull request #1981 from kolipka/master
new 5647d4d Ignore quote type when comparing values. Fixes #1992
new 5968537 Merge branch '1924-fix-1' of github.com:seven-phases-max/less.js
new 6214b0f add comment, make + clearer by changing to Number constructor
new 9ad5f18 Switch to a different js error as the text is different in new versions of node
new 028fe1a make some changes suggested in #1107 to improve open file handles
new 5b8b8de Added more flexible check for HEX color code. Also error is now less specific.
new a5406a9 Added another test case for missed space in color definition
new c75bb15 Set CSS text after style element is added to DOM, to fix crash on IE < 9.
new 563c47b Fixes a regression when a mixin guard can't see the mixin parameter variables in certain cases.
new f56c7bf Merge pull request #2002 from seven-phases-max/fix-2001
new 6075c81 Merge pull request #2000 from David-Hari/master
new 501b7fa use graceful fs for file actions
new 6745058 Merge branch 'master' of https://github.com/cloudhead/less.js
new ddfd1ca Fix #1987. First, res may be null if we have an error with a URL. Second, if the URL has no protocol, use http
new 084e733 update some dependencies
new 7a1c534 Fixes e("").
new fab1401 Merge pull request #2016 from seven-phases-max/e-function-fix
new f94c41f Remove the "done" message displayed at the end of the compilation with Rhino.
new 56d062b If the end line is comments, the modify-var option will have no effect.
new ac0db09 Base64 encode source maps
new 81f949b window.ActiveXObject in IE11: fix boolean casting
new 6da6a01 Merge pull request #2046 from dkrnl/master
new 20abf0a Merge pull request #2031 from chenboxiang/master
new cd63bc5 Merge pull request #2019 from gdelhumeau/remove-done-output
new c872caa Merge pull request #1976 from peruginni/master
new 68bf9db Remove copyright from licence so we only have one
new eb5dba0 remove 0.8. 0.8 works but only if you don't use
new 4b86578 Update README.md
new 12fdcab 1.7.1 release
new f0ab12a make the include example text clearer
new 6b126a1 Add missing info for 1.7.1
new f615fcb Merge pull request #2045 from tim-smart/feature/sourcemaps-base64
new 0c2c1b2 suport passing strings to paths
new 4c094e7 Merge branch 'master' of https://github.com/less/less.js
new 04cb8bd fix regression with jsifying code - all dimensions would be rounded. Fixes #2057
new 7ad4329 1.7.2 release
new aeacf57 missing distribution files
The 147 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
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