Skip to content

Commit

Permalink
Merge pull request #71 from jwells131313/release_one
Browse files Browse the repository at this point in the history
Update changelog for release 1 and update readme to take out warning
  • Loading branch information
jwells131313 authored Nov 7, 2018
2 parents 443205b + fe85871 commit 6b1a817
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ Dargo services are scoped and are created and destroyed based on the defined lif
scope. For example services in the Singleton scope are only created once. Services in the PerLookup
scope are created every time they are injected.

NOTE: The current version of this API is 0.5.0. This means that the API has
not settled completely and may change in future revisions. Once the dargo
team has decided the API is good as it is we will make the 1.0 version which
will have some backward compatibility guarantees. In the meantime, if you
have questions or comments please open issues. Thank you.

The similarities between this library and the java Dependency Injection framework [hk2](https://javaee.github.io/hk2/)
is intentional. The plan is to port many of the features of hk2 to this library.

Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Changed

## [1.0.0] - 2018-11-07
### Changed
- Fixed issue with locator shutdown not removing name

## [0.5.0] - 2018-09-30
Expand Down

0 comments on commit 6b1a817

Please sign in to comment.