- fix code smells
- npm up
- add drawSudokuBoardDouble()
- add drawSudokuBoardThick()
- refactor to BoxStyle, BoxStyles
- refactor to BoardStyle, BoardStyles
- add Sudoku.drawBoard([])
- refactor BoxStyle
- remove deploy to jfrog
- add deploy to jfrog
- npm up
- add BoxStyles.VERTICALBAR_PLUS_EQUALS
- add BoxStyles.VERTICALBAR_PLUS_EQUALS_SLASHES
- add BoxStyles.VERTICALBAR_PLUS_MINUS
- add BoxStyles.VERTICALBAR_PLUS_MINUS_SLASHES
- add publish to paydevs.com
- add BoxDrawingBuilder().align(column, horizontalAlignment)
- add BoxDrawingBuilder().setDefaultPad(left_spaces, right_spaces)
- add BoxDrawingBuilder().alignLeft(columns[])
- add BoxDrawingBuilder().alignRight(columns[])
- add BoxDrawingBuilder().alignCenter(columns[])
- add BoxDrawingBuilder().setDefaultAlignment(horizontalAlignment)
- add BoxDrawingBuilder().padRightAll(spaces[])
- add BoxDrawingBuilder().padLeftAll(spaces[])
- refactor into Padding()
- add BoxDrawingBuilder().pad(column, left_spaces, right_spaces)
- create type for union type - fix sonarcloud code smell
- npm up
- add BoxDrawingBuilder().setDefaultPadLeft(spaces)
- add BoxDrawingBuilder().setDefaultPadRight(spaces)
- create BoxStyles object - fix codeclimate duplication
- remove BoxDrawingBuilder() constructor
- add BoxDrawingBuilder().padLeft(column, spaces)
- add funding
- add BoxDrawingBuilder().padRight(column, spaces)
- refactor Simple Tests
- fix null or '' error
- refactor Array Tests
- update README.md
- fix bug on InnerThickOuterThin and InnerThickOuterThinCurve.
- refactor to BoxDrawingBuilder class.
- export BoxDrawingBuilder
- add Horizontal/Vertical inner and outer
- add drawBoxInnerDoubleOuterThin()
- add drawBoxInnerThinOuterDouble()
- add drawBoxInnerThinOuterThick()
- add drawBoxInnerThickOuterThin()
- add drawBoxInnerDoubleOuterThinCurve()
- add drawBoxInnerThickOuterThinCurve()
- add drawBoxHorizontalThinVerticalThick()
- add drawBoxHorizontalThickVerticalThin()
- add drawBoxHorizontalThinVerticalDouble()
- add drawBoxHorizontalDoubleVerticalThin()
- add Console.test.ts
- add drawBoxThinCurve()
- rename up to top, down to bottom
- add array support
- add drawBoxDouble()
- add drawBoxThick()
- refactor BoxStyle, BoxStyleConstants, Console
- add sonar cloud, codeclimate
- fix error
- add drawBoxThin()