-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from marxjmoura/v0.1.0-beta.3
v0.1.0 beta.3
- Loading branch information
Showing
22 changed files
with
756 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,21 @@ | ||
## [v0.1.0-beta.3](https://github.com/marxjmoura/inoutjs/releases/tag/v0.1.0-beta.3) (2018-12-12) | ||
### Breaking changes: | ||
- Rename `contentType()` to `type()` | ||
### Features: | ||
- `greaterThan()` | ||
- `greaterOrEqual()` | ||
- `lowerThan()` | ||
- `lowerOrEqual()` | ||
- `readChunk()` | ||
|
||
## [v0.1.0-beta.2](https://github.com/marxjmoura/inoutjs/releases/tag/v0.1.0-beta.2) (2018-12-11) | ||
### Features: | ||
- Get file full name: `fullName()` | ||
- Get file name: `name()` | ||
- Get file extension: `ext()` | ||
- Get file content type: `contentType()` | ||
- Get file size: `size()` | ||
- `fullName()` | ||
- `name()` | ||
- `ext()` | ||
- `contentType()` | ||
- `size()` | ||
|
||
## [v0.1.0-beta.1](https://github.com/marxjmoura/inoutjs/releases/tag/v0.1.0-beta.1) (2018-12-08) | ||
### Features: | ||
- Read line by line: `readLine()` | ||
- `readLine()` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.