Skip to content

Commit

Permalink
Add CHANGELOG for first release! 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
lekemula committed May 11, 2024
1 parent e9b05a4 commit f19e5a2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0] - 2024-03-03
-

## [0.1.0] - 2024-05-11 (First Release 🎉)

### Added

- Initial release
- `describe` and `it` methods completion
- memoized `let` and `let!` methods completion
- implicit and explicit `subject` methods
- `described_class` with appropriate type inference
- `RSpec::Matchers` methods completion
- Completes normal ruby methods within `describe/context` blocks
- RSpec DSL suggestions (eg. `it`, `describe`, `fit`.. etc.)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ Contributing is easy:
4. Run `bundle exec spec` to run the tests
5. Introduce your awesome changes
6. Ensure they are well covered with tests
7. Record your changes in the [CHANGELOG.md](./CHANGELOG.md)
7. Submit a pull request :rocket:

## License
Expand Down

0 comments on commit f19e5a2

Please sign in to comment.