Skip to content

Commit

Permalink
Added missing changelog lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianoBolla-Appwise committed May 23, 2023
1 parent bbf1a67 commit 0802c35
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ All notable changes to this project will be documented in this file.

### Improvements

## [1.4.4](https://github.com/appwise-labs/AndroidCore/releases/tag/1.4.4)

### New Features
- Introduced in 1.4.3 is the Validator functionality for the standard XML layouts but also for the Compose layouts.
## [1.4.4](https://github.com/appwise-labs/AndroidCore/releases/tag/1.4.4)

### Breaking
- Deprecating the Measurement API in favor of a [standalone API](https://github.com/appwise-labs/Measurements)
Expand All @@ -30,23 +28,25 @@ All notable changes to this project will be documented in this file.
- Updated some dependencies!
- Improved the inner workings of Proxyman so multiple connections won't make the adapter crash.

## [1.4.2](https://github.com/appwise-labs/AndroidCore/releases/tag/1.4.2)

## [1.4.3](https://github.com/appwise-labs/AndroidCore/releases/tag/1.4.3)

### New Features
- Added new functionality in the way of Validators, which can be used in Activities, Fragments and Compose. These can be used to validate certain forms of input fields, switches and many more.

### Bug Fixes
- Fixed thread bug for the coroutine exception

### Documentation
## [1.4.2](https://github.com/appwise-labs/AndroidCore/releases/tag/1.4.2)

### Breaking
### New Features

### Custom Views
### Bug Fixes
- Fixed thread bug for the coroutine exception

### Improvements
- Created a function to get a service in a more generic way for the networking client
- A status code can now be found when an Api Error occurs.


## [1.4.1](https://github.com/appwise-labs/AndroidCore/releases/tag/1.4.1)

### Improvements
Expand All @@ -66,8 +66,6 @@ All notable changes to this project will be documented in this file.
### Documentation
- Added required dependencies when importing Room or Core

### Breaking

### Custom Views
- Added DataRow (+ extras) to the project.

Expand Down

0 comments on commit 0802c35

Please sign in to comment.