Version Packages - #83
Merged
Merged
Conversation
This file contains hidden or 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
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
@noormdev/cli@1.2.0
Minor Changes
bab7dfc: ## TUI
Added
feat(tui):The interactive UI now draws in the alternate screen at full terminal height, and restores the terminal on exit instead of leaving itself in scrollback.feat(tui):Forms are a two-column layout with browse and edit modes. Arrow keys move between fields on every field type including selects,Enteropens a field and commits it,Escreverts it, and submit is a[ Save ]row you navigate to.feat(tui):Lists size themselves to the terminal instead of a fixed row count, and keep their cursor when you leave a screen and come back.feat(explore):ron a table shows its first and last rows, ordered by primary key.Enteropens a row as YAML or JSON,fswitches format, and the arrow keys walk between rows.feat(explore):The detail screen scrolls, andvshows a value the column grid had to truncate.feat(sql):Wide result grids drop whole columns behind a… N more columnsmarker rather than squeezing every column past legibility.Enteropens a row in full.feat(tui):Mouse support: click to move the cursor, double-click to activate, wheel to scroll. Setui.mouse: falsein.noorm/settings.ymlto restore click-drag text selection.feat(db):Esccancels a connection test or query that is hanging. On PostgreSQL and MySQL the server is asked to stop the query; on SQL Server and SQLite the client stops waiting and says so.Fixed
fix(sql):Backspace in the results filter did nothing, because the key reports asdeleteon the previous Ink release.fix(tui):Screens sized from the terminal never recomputed on resize.fix(explore):Column, index and parameter lists re-flowed per row, so the type column landed on a different offset on nearly every row.fix(explore):"Total Objects" counted categories the screen does not list, so it exceeded the rows a reader could see.fix(tui):The help screen and log viewer drew past the bottom of the window, putting their first lines out of reach.@noormdev/sdk@1.2.0
Minor Changes
bab7dfc: ## Connection
Added
feat(db):Connections now carry a connect timeout, so an unreachable host fails instead of hanging forever. Defaults to 15s; setconnection.connectTimeoutMsper config to raise it for a database that resumes from an auto-paused state.@noormdev/example-llm-memory-db-mssql@0.0.5
Patch Changes
@noormdev/example-llm-memory-db-pg@0.0.5
Patch Changes
@noormdev/example-todo-db@0.0.5
Patch Changes