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

feat: Add enhanced table functionality #130

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from

Conversation

msoukhomlinov
Copy link

Added new features for improved table handling:

  • Write-EnhancedTable function for automatic column width calculation
  • Empty column detection and removal capabilities
  • Custom column width distribution
  • Get-TableEmptyColumn for analyzing empty columns
  • Comprehensive test coverage for all new functions
  • Example45.ps1 demonstrating enhanced table features
  • Added localized messages for enhanced table operations
  • New about_PScriboEnhancedTables.help.txt documentation

Added new features for improved table handling: - Write-EnhancedTable function for automatic column width calculation - Empty column detection and removal capabilities - Custom column width distribution - Get-TableEmptyColumn for analyzing empty columns - Comprehensive test coverage for all new functions - Example45.ps1 demonstrating enhanced table features - Added localized messages for enhanced table operations - New about_PScriboEnhancedTables.help.txt documentation
- Fixed document context initialization in tests

- Fixed array handling using Measure-Object

- Added support for objects with no properties

- Fixed empty string value handling

- Fixed array conversion and property counting

- Added localization strings for new messages

- All tests now passing
- Fix input validation in Find-EmptyTableColumn for string inputs
- Update error message format in Get-TableColumnWidth
- Improve custom width handling and validation
- Add proper type checking and error handling
- Fix all unit tests (329/329 passing)
@msoukhomlinov
Copy link
Author

@iainbrighton , could you please take a look at this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant