Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Encoding] introduce encoding component #56

Merged
merged 1 commit into from
Feb 16, 2021
Merged

[Encoding] introduce encoding component #56

merged 1 commit into from
Feb 16, 2021

Conversation

azjezz
Copy link
Owner

@azjezz azjezz commented Sep 27, 2020

  • base 64
  • base 16 ( hex )

Changelog:

Features

  • added Psl\Encoding\Base64\encode
  • added Psl\Encoding\Base64\decode
  • added Psl\Encoding\Hex\encode
  • added Psl\Encoding\Hex\decode

@coveralls
Copy link

coveralls commented Sep 27, 2020

Pull Request Test Coverage Report for Build 570250883

  • 18 of 18 (100.0%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.0003%) to 99.957%

Totals Coverage Status
Change from base Build 570180980: 0.0003%
Covered Lines: 2319
Relevant Lines: 2320

💛 - Coveralls

@azjezz azjezz force-pushed the feature/encoding branch 6 times, most recently from b86030f to 03efb44 Compare September 27, 2020 20:33
@azjezz azjezz changed the base branch from develop to experimental January 17, 2021 15:43
@azjezz azjezz added Priority: Medium This issue may be useful, and needs some attention. Status: In Progress This issue is being worked on, and has someone assigned. Type: Enhancement Most issues will probably ask for additions or changes. labels Feb 16, 2021
@azjezz azjezz added this to the 1.2.0 milestone Feb 16, 2021
@azjezz azjezz changed the base branch from experimental to 1.2.x February 16, 2021 01:42
@azjezz azjezz marked this pull request as ready for review February 16, 2021 01:59
@azjezz azjezz merged commit 4caeb0a into 1.2.x Feb 16, 2021
@azjezz azjezz deleted the feature/encoding branch February 16, 2021 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Priority: Medium This issue may be useful, and needs some attention. Status: In Progress This issue is being worked on, and has someone assigned. Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants