-
Notifications
You must be signed in to change notification settings - Fork 32
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
v0.7.0 #98
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* formatted code accordint to Java Code Conventions * used try-with-resources in getAsArray() * used StringBuilder in getAsString() instead on String class
* renamed constants to uppercase * changed parse() to execute methods with first lover case letter
…ith ontions.contains())
* formatted code * using StringBuilder instead of String
* formatted code * removed comment from constructor
* formatted code * using only one println() invocation and string concatenation to print help
* formatted code
* formatted code * added FIXME comments
* formatted code * replaced for loop with opsiont.contains()
* formatted code * removed for loop changed java version to 1.8, because LocalDate(used in command/Date.java) is since 1.8
* formatted code * used try-with-resources
* changed Hashtable to HashMap * formatted code
* formatted code according JCC
* formatted code * changed for loop
* formatted code
* nothing special
* formatted code
* formatted code * using StringBuilder in getRest()
* formatted code
Thanks @lbenedetto! View changelog entry #111 for details.
Thanks @lbenedetto! View changelog entry #112 for details.
Thanks @DataSecs! View changelog entry #113 for details.
View changelog entry #114 for details.
Currently, ANSI isn't showing up in my terminal, so I commented out the 5 lines that make it print ANSI. The rest of the refactor is still useful though, so I'm pushing this now rather than later.
Thanks @lbenedetto! View changelog entry #115 for details.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
About time for a new release! Adds a plethora of new back-end and front-end features..
View changelog entry #116 and the associated documentation for details.