Skip to content

XCore v2.1.7

Compare
Choose a tag to compare
@metalwolf metalwolf released this 15 Jun 17:15
· 6 commits to master since this release
e2a566a

The XCore package is used to build basic object for programmation. for the WebAbility compatility code.

For GO, the actual existing code includes:

  • XCache: Application Memory Caches, thread safe.
  • XDataset: Basic nested data structures for any purpose (template injection, configuration files, database records, etc) Support thread safe operations on thread safe structures (XDatasetTS and XDatasetCollectionTS)
  • XLanguage: language dependent text tables, thread safe
  • XTemplate: template system with meta language, thread safe cloning

New in this release

  • Added the missing counter for @@ meta language. Using {{.counter}} into the loop template, you can add the number of the dataset, 1-based. Please refer to the documentation.