Skip to content

Commit

Permalink
Bump version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
landrok committed Nov 28, 2020
1 parent 96c6b66 commit 8e6f79d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# Changelog

## 1.0.3 - 2020-11-28 ##################################################

- Music models - Enforce types
- Music models - Remove Exception when getting non existing beats and
measures
- Importer - Fix bad type for track name
- Fix bad type for division time conversion
-

## 1.0.2 - 2020-11-27 ##################################################

- All musics models now work with strict types
- `PhpTabs\Music\Lyric::getLyrics()` now returns a string (before an array of strings)
- `PhpTabs\Music\Lyric::getLyrics()` now returns a string (before an
array of strings)
- `PhpTabs\Music\Beat` - Fix missing import for `Exception`
- `PhpTabs\Component\Serializer` Enforce implementation with abstract methods
- `PhpTabs\Component\Serializer` Enforce implementation with abstract
methods
- Docs : fix some typos and missing labels

## 1.0.1 - 2020-11-25 ##################################################
Expand Down Expand Up @@ -68,7 +79,8 @@ for all available formats.
#### Saving to files supports new file formats

- `Phptabs::save('filename.json')` will implicitly convert to JSON
- `PhpTabs::save('filename.ser')` will implicitly convert to PHP serialized
- `PhpTabs::save('filename.ser')` will implicitly convert to PHP
serialized
- `PhpTabs::save('filename.txt')` will implicitly convert to TEXT
- `PhpTabs::save('filename.xml')` will implicitly convert to XML
- `PhpTabs::save('filename.yml')` will implicitly convert to YAML
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stdtabs/phptabs",
"type": "library",
"version": "1.0.2",
"version": "1.0.3",
"description": "A PHP library for reading, writing and rendering Guitar Pro and MIDI files",
"keywords": ["tablature", "guitar", "tabs", "MIDI", "music"],
"homepage": "https://phptabs.readthedocs.io/",
Expand Down

0 comments on commit 8e6f79d

Please sign in to comment.