Skip to content

Commit

Permalink
Merge pull request #12 from henriquefernandez/remove-generators
Browse files Browse the repository at this point in the history
[remove-generators] Remove generators
  • Loading branch information
henrique-ft committed Jan 1, 2021
2 parents 5833b52 + 1576325 commit 3a57c8b
Show file tree
Hide file tree
Showing 31 changed files with 6 additions and 1,183 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,10 @@ 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).

## [0.2.2] - 2021-01-01
### Changed
- Remove some generators from lib

## [0.2.1] - 2021-01-01
### Changed
- Remove "Repo" in tests
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ The package can be installed by adding `use_case` to your list of dependencies i
```elixir
def deps do
[
{:use_case, "~> 0.2.1"}
{:use_case, "~> 0.2.2"}
]
end
```
Expand Down
85 changes: 0 additions & 85 deletions lib/mix/tasks/use_case.gen.phx_resource.ex

This file was deleted.

178 changes: 0 additions & 178 deletions lib/mix/tasks/use_case.gen.phx_resources_html.ex

This file was deleted.

110 changes: 0 additions & 110 deletions lib/mix/tasks/use_case.gen.phx_resources_json.ex

This file was deleted.

0 comments on commit 3a57c8b

Please sign in to comment.