Skip to content

Commit

Permalink
documentation updated & version upped
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHermkens committed Nov 2, 2019
1 parent 6cbeca0 commit 26eeac0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.4] - 2019-10-31
## [2.0.0] - 2019-11-02
### Added
- Added our support buttons to the readme
- Caching preset for better performance
- Our support section to the [README.md]
- Support for [Async/Await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function) ([core-js@3](https://www.npmjs.com/package/core-js) & [regenerator-runtime](https://www.npmjs.com/package/regenerator-runtime))
- Support for [Class Properties](https://javascript.info/class#class-properties) ([@babel/plugin-proposal-class-properties](https://www.npmjs.com/package/@babel/plugin-proposal-class-properties))

### Changed
- Tests to support Async/Await & Class Properties

## [1.0.3] - 2019-10-30
### Changed
Expand Down Expand Up @@ -45,7 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[Fooxly]: https://www.fooxly.com/
[pnpm]: https://github.com/pnpm/pnpm

[1.0.4]: https://github.com/Fooxly/babel-preset/compare/v1.0.3...v1.0.4
[2.0.0]: https://github.com/Fooxly/babel-preset/compare/v1.0.3...v2.0.0
[1.0.3]: https://github.com/Fooxly/babel-preset/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/Fooxly/babel-preset/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/Fooxly/babel-preset/compare/v1.0.0...v1.0.1
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,18 @@ The default [Babel](https://babeljs.io/) preset for [Fooxly](https://www.fooxly.

## :rocket:  Powered By

- [core-js@3](https://www.npmjs.com/package/core-js)
- [regenerator-runtime](https://www.npmjs.com/package/regenerator-runtime)
- [@babel/preset-env](https://www.npmjs.com/package/@babel/preset-env)
- [@babel/plugin-proposal-class-properties](https://www.npmjs.com/package/@babel/plugin-proposal-class-properties)
- [@babel/plugin-proposal-optional-chaining](https://www.npmjs.com/package/@babel/plugin-proposal-optional-chaining)
- [babel-plugin-module-resolver](https://www.npmjs.com/package/babel-plugin-module-resolver) (configured for all `.js`, `.jsx` & `.json` files in `./src`)

##   Support us

> <span style="color:#32CD32">**40%**</span> of the revenue made from the support you give us, will be donated to a [charity](https://teamtrees.org)
> About **40%** of your donation goes to one of the charities we support. For further information or questions please visit [our website](https://www.fooxly.com/charity) or contact us via [charity@fooxly.com](mailto:charity@fooxly.com).
[![BuyMeACoffee](https://developer.fooxly.com/general/assets/images/buymeacoffee.png)](https://www.buymeacoffee.com/fooxly)

<p>
<a title="BuyMeACoffee" href="https://www.buymeacoffee.com/fooxly">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fooxly/babel-preset",
"version": "1.0.4",
"version": "2.0.0",
"description": "The default Babel preset for Fooxly projects.",
"keywords": [
"fooxly",
Expand Down

0 comments on commit 26eeac0

Please sign in to comment.