- Return parameters for transition/transition-property without prefix if they don't need to be prefixed
- Update dependencies
- Freed from prefixing values when content property used
- Update dependencies
- Freed from prefixing values with custom CSS variables for transition/transition-property properties
- Fixed server compatibility
- Added support for text-orientation property
- Removed support for text-decoration-skip-ink property
- Exempt properties which starts from '-' (already prefixed properties) or '--' (custom CSS variables) from prefixing
- Update dependencies
- Fix prefix for backdrop-filter on Edge 17/18
- Fix prefixing values
- Update dependencies
- Remove default exports
- Fix prefixing flex value for IE 10
- Workaround esm with default export
- Support for inline props syntax. e.g. border-inline-end, margin-inline-start
- Support place-self
- Support text-decoration-skip-ink
- Bundle with rollup
- Add prettier
- Added supportedKeyframes function, to prefix @keyframes at-rule
- Fix for dashed property values
- Fixed functions in values
- Catch errors when testing a property
- Fix Number.isNaN
- Added support for various properties for old browsers, undetectable with feature tests:
- appearance
- break-*
- clip-path
- filter
- flex
- (border|margin|padding)-inline
- mask-*
- scroll-snap
- transform
- transition
- writing-mode
- Use autoprefixer data to generate tests for full compatibility.
- better cache prefill
- fix supportedValue
- migrate tests
- introduce browserstack config and travis
- use cross-env
- use is-in-browser
- cheeck webkit prefix as last, because other browsers use it as well
- update deps
- better browser env detection
- update deps
- catch IE exceptions when feature testing a value
- do nothing server-side
- update babel, lint
- release package with lib dir
- migrate to ES6 with babel
- remove bower.json
- simplify packaging
- make it requirable serverside
- make it requirable serverside
- don't make feature tests for values like '10px'
- slightly change the api - now always return the corrected value, even if prefix is not needed
- add supported value feature test
- first release in a separate repository for plugins