Skip to content

Releases: rdavisau/linqpad-dump-editable

1.0.0.0

28 Sep 09:52
Compare
Choose a tag to compare

Changes:

  • fb68c8f feat: support netcore3/LINQPad6
  • 1970020 refactor: remove InputBox-based editors
  • ff9897f docs: improve README

This list of changes was auto generated.

0.1.0.27

11 May 05:02
Compare
Choose a tag to compare

Changes:

  • e9b6962 feat: support dynamic textbox width
  • 88eadc8 docs: add OpCodes browser sample
  • da1683b fix: support nullable enums

This list of changes was auto generated.

0.1.0.24

06 May 02:58
Compare
Choose a tag to compare

Changes:

  • fc8fc81 chore: bump LINQPad dependency to latest stable
  • f285165 docs: update readme with new features
  • 4b8231c docs: add samples using slider
  • ee7ef5c feat: add slider editor
  • 537f975 feat: add LINQPad 'new ui'-based editors
  • ab7d3ac chore: bump LINQPad dependency
  • ee10371 chore: make dumped anonymous type descriptions look more like they do in LINQPad
  • fc3a827 feat: support expansion of enumerables containing anonymous types nested within anonymous types
  • e436569 feat: allow getEditor implementations to manage their own refresh
  • a5a98bb docs: add readme, add linqpad-samples tag
See more
  • 061dfdd refactor: move failSilently to DumpEditableOptions
  • 6a3e930 fix: handle empty string/hyperlinq interaction
  • 758b61a refactor: factor out expansion editor
  • 01c4910 feat: add samples for expansion
  • 7da1585 feat: add preliminary expansion support
  • 346c4fd feat: add samples
  • 9a2bfac feat: add Refresh method that acts like we expect a DumpContainer refresh to act
  • 6bfdec7 refactor: abstract EditorRules from get/set value implementations
  • df9c35e refactor: move GlobalEditorRules to non-generic EditableDumpContainer class
  • eb53c2c fix: create dedicated enumerable-like DumpEditable extension to correctly identify
  • 1ca6f51 refactor: remove PropertyInfo from strongly-type change handler callback
  • 9d64121 fix: remove duplicate changeCallback when updating enumerable-likes
  • 2d24314 feat: add automatic Util.KeepRunning option
  • c762dc7 feat: improve bool editor
  • c73332b feat: add support for additional primitives
  • 86f3f77 feat: generate dynamic types for object editors to improve output of enumerable-likes
  • 8c75d55 feat: support basic dumping of enumerable-likes
  • 6cce6f4 refactor: centralise type-related extensions
  • 10caa8d feat: support mutation of anonymous types
  • 33aed85 feat: support enumerable-like properties
  • 9beb6ee feat: support nullable properties
  • d3e6e57 fix: redisplay content after an editor rule is added
  • 75f817d fix: return the value of a property whose editor can't be resolved, not the object itself
  • 036fb41 feat: add basic implementation

This list of changes was auto generated.