Skip to content

Commit

Permalink
Update CHANGELOG.md file with the new release information.
Browse files Browse the repository at this point in the history
  • Loading branch information
kudashevs committed Dec 29, 2021
1 parent 78c4a1f commit 0c1c166
Showing 1 changed file with 6 additions and 54 deletions.
60 changes: 6 additions & 54 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,64 +2,16 @@

All Notable changes to `laravel-share-buttons` will be documented in this file

## [v2.1.0 - 2021-12-29](https://github.com/kudashevs/laravel-share-buttons/compare/v2.0.0...v2.1.0)

- Add a mailto share provider
- Fix CHANGELOG.md compare links
- Some improvements

## v2.0.0 - 2021-12-22

- Change the package templater
- Move representations from a language file to config
- Update README.md

This is a major release which has a breaking change. It removes the language file with representations.

## [v1.1.4 - 2021-12-21](https://github.com/kudashevs/laravel-share-buttons/compare/v1.1.3...v1.1.4)

- Add a hacker news share provider
- Add a skype share provider
- Some improvements

## [v1.1.3 - 2021-12-21](https://github.com/kudashevs/laravel-share-buttons/compare/v1.1.2...v1.1.3)

- Add a pocket share provider
- Fix ShareButtonsFacade docblock with signatures

This release requires the `share-buttons.php` config file update.

## [v1.1.2 - 2021-12-21](https://github.com/kudashevs/laravel-share-buttons/compare/v1.1.1...v1.1.2)

- Add a pocket share provider
- Update the facebook provider with default text
- Some style improvements

This release requires the `share-buttons.php` config file update.

## [v1.1.1 - 2021-12-21](https://github.com/kudashevs/laravel-share-buttons/compare/v1.1.0...v1.1.1)

- Add templaters to use in formatters
- Some improvements

## [v1.1.0 - 2021-12-20](https://github.com/kudashevs/laravel-share-buttons/compare/v1.0.2...v1.1.0)

- Move share URL query string to the config
- Add usage of templaters to the share provider abstraction
- Add a new options parsing flow to the share provider abstraction
- Update share providers with usage of a templater
- Refactor the providers factory to hide providers list
- Add createInstance() method to the providers factory
- Some improvements

This release requires the `share-buttons.php` config file update because of some changes in its format.
Please update the `url` keys in `providers` section manually, or delete the file and then publish a new
config file with the `php artisan vendor:publish` command.

## [v1.0.2 - 2021-12-15](https://github.com/kudashevs/laravel-share-buttons/compare/v1.0.1...v1.0.2)

- Move share URL query string to providers
- Some style improvements

## [v1.0.1 - 2021-12-11](https://github.com/kudashevs/laravel-share-buttons/compare/v1.0.0...v1.0.1)

- Add Laravel 6 to run-tests action
- Some style improvements

## v1.0.0 - 2021-12-11

- Initial release

0 comments on commit 0c1c166

Please sign in to comment.