[Pkg-javascript-commits] [less.js] annotated tag v1.7.0 created (now 2e2c259)
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 23:22:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a change to annotated tag v1.7.0
in repository less.js.
at 2e2c259 (tag)
tagging 7370f72e3228d41db92060cad8eb14ee68f79027 (commit)
replaces v1.6.3
tagged by Luke Page
on Thu Feb 27 20:16:39 2014 +0000
- Log -----------------------------------------------------------------
v1.7.0
Cloud Chen (1):
Implement postProcessor callback feature for less.ls browser environment #1835
Jake Bellacera (7):
Adding gsub function
Adding gsub function
Adding capture group test case
Merging remote
Merge upstream into adding_gsub_function
Adding replace function
Replacing replace's options to flags
Luke Page (58):
Merge pull request #1847 from seven-phases-max/property-merge-with-space
missing build files for 1.6.3
Merge branch 'master' of https://github.com/cloudhead/less.js
detached rulesets
Merge pull request #1860 from seven-phases-max/variables-in-atrules-2
Create travis file
add an npm install because it seems if you add an
Remove 0.6 since it fails
Up the version of node to the required version
Add travis icon
Add travis to readme
revert bower.json
Merge remote-tracking branch 'origin/master' into detached-rulesets
Merge pull request #1866 from seven-phases-max/fix-1852
Merge branch 'master' of https://github.com/deviprsd21/less.js
Fix tests, fix a bug in comparing values
changelog so far
more tests and name arguments for caller
small simplification
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).
add some more failing tests
implement n level back-tracking and then don't absorb a parenthesis, fixing both issues with 2 new test cases
Test out some theoretical back tracking and fix bugs
small approx 1% speed improvement
Merge remote-tracking branch 'origin/master' into detached-rulesets
add scope tests to the detached ruleset test-set
error tests and test detached rulesets without a mixin call
Fix one issue with media queries and detached rulesets, one to go
Fix some bugs with detached rulesets and media queries
make mixin definitions have similar coding style to detached rulesets for grabbing frames
remove bad comment
upgrade dependencies
Merge pull request #1855 from jakebellacera/adding_replace_function
correct spelling of compatibility option
Merge branch 'master' of https://github.com/cloudhead/less.js
Merge pull request #1884 from seven-phases-max/replace-func-improvement
Merge pull request #1859 from less/detached-rulesets
Update README.md
update readme
Change wiki link to website link
Fixed that in some situations a mixin call into a referenced file wouldn't import media queries. Fixes #1469
Fix a small scope issue with mixins when using parent selectors, introduced in 1.6.2. Fixes #1877
when in lint mode, report errors from creating css. Fixes #1786
Do not evaluate css with guards if the guards fail. Fixes #1873
Merge branch 'master' of https://github.com/cloudhead/less.js
tweak the log levels. Fixes #1856
Merge branch 'master' of https://github.com/cloudchen/less.js
add browser details to changelog
add-in more changes to the changelog
call callback if exception whilst calling toCSS. Fixes #1816
re-implement pull request #1701 - still allow log level to be configurable in dev mode
use the right xml http request for local file access. from @Scorpin
allow % to be passed to the unit function. Fixes #1550 and fixes #1571
always execute import-once in the same way. Fixes #1898
Merge pull request #1890 from roelvanduijnhoven/feature/luma-definition
final changelog changes for 1.7.0
1.7.0 Release
Add note about clean css options changing
Max Mikhailov (2):
Fixed a typo for 1.7.0: `@supports` -> `@keyframes`
README.md: LESS -> Less
Roel van Duijnhoven (5):
Let `luma` follow spec
Let tests reflect output of new luma function.
Add test case were luminance is not equal to luma.
Sync semantics of test variables and their output.
Introduce luminance function.
deviprsd21 (9):
Improved min/max function, 2 new Built in function
Improved min/max function, 2 new Built in function
Update functions.js
Improved min/max function, 2 new Built in function
Error handlers for min/max functions
Pixel conversion added.
Consistency fixes
max/min Bugfix
Removal of zero, unitonly changed to obtain
seven-phases-max (6):
Added support for property merge via `+_`;
Property merge via `+_`: minor test updates.
Added support for variables in certain at-rules (keyframes, namespace, charset).
Fixed empty args matching for named variadics (e.g. `.mixin(@var...)`).
minor `replace` func improvement: preserve quote char and escaped flag.
minor `%` func improvement: preserve quote char and escaped flag, updated tests.
-----------------------------------------------------------------------
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
The 88 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