Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: shellscape/postcss-values-parser

v6.0.2

07 Jan 04:52
@shellscape shellscape

Choose a tag to compare

Bugfixes

  • fix: support parsing */ expressions without surrounding spaces (#144)
  • fix: Quoted – clone throw an error (#141) (#142 )

Updates

  • docs: fix numeric parse result (#139)
Assets 2
Loading

v6.0.0

27 Jul 00:48
@shellscape shellscape

Choose a tag to compare

Breaking Changes

  • feat!: update PostCSS, use NodeErrorOptions directly from PostCSS types (#133)

Bugfixes

  • fix: Function with dot inside name (#134)
  • fix: TypeScript types, add validation (#132)
Loading

v4.0.0

16 Sep 14:28
@shellscape shellscape

Choose a tag to compare

Updates

  • chore!: upgrade is-url-superb to ^4.0.0 (#125)

Breaking Changes

Node v10+ now required

Loading

v3.2.0

19 Apr 00:16
@shellscape shellscape

Choose a tag to compare

Bugfixes

fix: comma separated funcs with no spaces. fixes #91
fix: wonky function names. fixes #92
fix: numeric parsing (#109)

Features

feat: add hwb, lab, and lch to functions matching isColor (#111) ...

Updates

test: add test for #104
test: add tests for #106

Loading

v3.0.5

26 Jun 16:05
@shellscape shellscape

Choose a tag to compare

Bugfixes

  • fix: add time value units (#87)
Loading

v3.0.4

04 May 19:10
@shellscape shellscape

Choose a tag to compare

Updates

  • Dependency updates and npm audit update
Loading

v3.0.3

26 Mar 21:23
@shellscape shellscape

Choose a tag to compare

Bugfixes

  • fix: quater milimeters not detected (#81)

Updates

  • docs: fix comment type (#78)
Loading

v3.0.2

13 Mar 01:46
@shellscape shellscape

Choose a tag to compare

Bugfixes

  • fix: toString should stringify node (#74)
  • fix: manipulation of node structures, proper stringifying (#73)
Loading

v3.0.0

04 Mar 16:12
@shellscape shellscape

Choose a tag to compare

Major Version 3

This is a major rewrite from top to bottom and contains many breaking changes. The rewrite leverages PostCSS itself under the hood. That means it uses the same tokenizer and parser, with some modifications. The last major update to PostCSS provided consumers with an outstanding model to inherit and extend from the base classes to create derived parsers. That means we now benefit from the rock-solid tokenizing in PostCSS without having to reinvent the wheel, and without introducing new bugs.

This also allows for use of the base PostCSS Node classes, without redefining or duplicating their functionality. Tasks like walking nodes, or inspecting Node properties you'd expect in PostCSS are now identical.

Breaking Changes

Some Node types have changed. Most notably, all characters which can be considered "punctuation" have been moved into the Punctuation Node. Additionally, decorative property names on Nodes have changed in some instances. The full API documentation has more details.

Old Node Type New Node Type
AtWord AtWord
Colon Punctuation
Comma Punctuation
Comment Comment
Func Func
Numbr Numeric
Operator Operator
Paren Punctuation
Str Quoted
UnicodeRange UnicodeRange
Word Word
Loading

v2.0.1

14 Jan 19:10
@shellscape shellscape

Choose a tag to compare

Bugfixes

  • fix: double slash comments inside Sass maps (#60)
Loading
Previous 1
Previous

AltStyle によって変換されたページ (->オリジナル) /