Skip to content

Eslint fixes #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Apr 4, 2019
Prev Previous commit
new changelog
  • Loading branch information
amejiarosario committed Apr 4, 2019
commit d86de1f9fa21314d1ac1f45b5bd29a871548467c
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Changelog

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).

## [Unreleased]

### Breaking changes

### New Features
- Added Eslint and Travis ci

### Patches
- Readme improvements
- Badges for npm versions and build status

## [1.1.0] - 2019-03-29

### Added

- README.md added because NPM packages doesn't read README.adoc
- Public API to use the package `dsa.js`
- This changelog

### Changed

- Updated dependencies (removed lodash since is not needed)

### Removed

-

## [1.0.0] - 2019-03-29

### Added

- Started the project
- Book released
- npm package published

### Changed

-

### Removed

-


[Unreleased]: https://github.com/amejiarosario/dsa.js/compare/1.1.0...HEAD
[1.1.0]: https://github.com/amejiarosario/dsa.js/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/amejiarosario/dsa.js/releases/tag/1.0.0