Skip to content

Refactoring and improvements

Compare
Choose a tag to compare
@brunomikoski brunomikoski released this 06 Dec 20:42
· 512 commits to master since this release
9ec9cf9

Added

  • Added quick access to the .Values from the collection, to be used without code generation, you can now use CustomCollection.Values to gett all your items
  • Added a GetValues() to the generated static file, you can quickly get a filtered list of items that you need

Changed

  • Changed Create Collection Wizzard to behave like a modal window that can loose focus.
  • Removed the TryGet static access generation, was not been used and was causing some problems