Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ATVG-Studios
kLib
Commits
c8f832bd
Verified
Commit
c8f832bd
authored
Feb 02, 2021
by
AtjonTV
Browse files
Release 5.2.0
parent
04b07395
Pipeline
#2497
passed with stages
in 13 minutes and 6 seconds
Changes
5
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
c8f832bd
...
...
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](semver.md).
## Unreleased
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## 5.2.0 - 2021-02-01
### Added
*
Link Value to RksvBill
*
`alphanumericalRegex`
global function
...
...
@@ -18,9 +27,6 @@ and this project adheres to [Semantic Versioning](semver.md).
* Allow access to Protected and Native methods in LClass
### Deprecated
* AustrianBill, use RksvBill instead
### Removed
### Fixed
### Security
## 5.1.0 - 2020-12-08
...
...
Compatibility.md
View file @
c8f832bd
...
...
@@ -14,7 +14,7 @@ Breaking versions must be in a new row!
| 2.0.0 | 2.1.1 |
| 3.0.0 | 3.2.0 |
| 4.0.0 | 4.1.0 |
| 5.0.0 | 5.
1
.0 |
| 5.0.0 | 5.
2
.0 |
This means:
`3.0.0`
**IS upwards**
compatible with
`3.2.0`
but
**NOT downwards**
compatible with
`2.0.0`
. (Semantic Versioning)
...
...
@@ -52,6 +52,7 @@ Table created from APIs removed/changed.
| Planed Since | Expecting Change in | Change | Reason |
|--------------|---------------------|--------|--------|
| 5.1.0 | 6.0.0 | Removal of Directory2 (
`klib.files.Directory2`
) | Now named Directory (
`klib.files.Directory`
) |
| 5.2.0 | 6.0.0 | Removal of AustrianBill | Renamed to RksvBill |
## Experimental APIs
...
...
@@ -59,4 +60,4 @@ Table created from APIs marked as Experimental. These may change or be removed a
| Since | Change |
|-------|--------|
| 4.1.0 | New Rewrite Directory2 (
`klib.files.Directory2`
) |
\ No newline at end of file
| 4.1.0 | New Rewrite Directory2 (
`klib.files.Directory2`
) |
README.md
View file @
c8f832bd
...
...
@@ -3,9 +3,9 @@
| Branch | Status |
|--------|--------|
| master |
[

](https://gitlab.atvg-studios.at/atvg-studios/kLib/commits/master) |
| release/4.1.x |
[

](https://gitlab.atvg-studios.at/atvg-studios/kLib/commits/release/4.1.x) |
| release/5.0.x |
[

](https://gitlab.atvg-studios.at/atvg-studios/kLib/commits/release/5.0.x) |
| release/5.1.x |
[

](https://gitlab.atvg-studios.at/atvg-studios/kLib/commits/release/5.1.x) |
| release/5.2.x |
[

](https://gitlab.atvg-studios.at/atvg-studios/kLib/commits/release/5.2.x) |
kLib is a Generic Kotlin Library to simplify development
...
...
@@ -100,7 +100,7 @@ All listed versions are considered Legacy and are no longer developed or support
| 1.x.x | 1.4.0 |
| 2.x.x | 2.1.1 |
| 3.x.x | 3.2.0 |
| 4.
0
.x | 4.
0
.0 |
| 4.
x
.x | 4.
1
.0 |
# Policy for Feature removal
...
...
@@ -118,4 +118,4 @@ Following this process allowes users of Features that are planed to be removed t
# License
kLib is distributed under the
[
OS
PL 20
](
LICENSE
)
License (a MPL 2.0 Fork)
.
kLib is distributed under the
[
M
PL 2
.
0
](
/
LICENSE
)
.
SECURITY.md
View file @
c8f832bd
...
...
@@ -4,9 +4,10 @@
| Version | Supported |
| ------- | ------------------ |
| 5.2.x | :white_check_mark: |
| 5.1.x | :white_check_mark: |
| 5.0.x | :white_check_mark: |
| 4.1.x | :
white_check_mark:
|
| 4.1.x | :
x:
|
| 4.0.x | :x: |
| 3.x.y | :x: |
| 2.x.y | :x: |
...
...
@@ -24,4 +25,4 @@ The best way to report Vulnerabilities is to send as much details as possible to
ATVG-Studios will then research the issue and release a public status at both Gitlab and Github.
In the future it is expected that an Entry into the ATVG-Studios KnowledgeBase will be created.
(This depends on when the KnowledgeBase becomes available)
\ No newline at end of file
(This depends on when the KnowledgeBase becomes available)
gradle.properties
View file @
c8f832bd
kotlin.code.style
=
official
# kLib Version
klib_version
=
5.2.0
-rc.3
klib_version
=
5.2.0
# Versions
gradle_version
=
6.6
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment