Skip to content

Releases: webability-go/xcore

XCore v1.1.0

12 Mar 02:37
7719a91
Compare
Choose a tag to compare

Package xcore is a set of basic objects for programation:

  • XCache: Application Memory Caches for any purpose
  • XDataset: Basic nested data structures for any purpose (template injection, configuration files, database records, etc)
  • XLanguage: language dependent text tables
  • XTemplate: template system with meta language

This version includes:

  • Modularization of XCore
  • XLanguage tests and examples are now conform to Go test units
  • Implementation of XLanguage.String and XLanguage.GoString, removed Print
  • XCache tests and examples are now conform to Go test units
  • XDataset tests and examples are now conform to Go test units
  • Implementation of XDataset.String and XDataset.GoString, removed Print
  • Implementation of XDatasetCollection.String and XDatasetCollection.GoString, removed Print
  • XTemplate tests and examples are now conform to Go test units
  • Implementation of XTemplate.String and XTemplate.GoString, removed Print

XCore v1.0.1

10 Feb 16:19
89b4d50
Compare
Choose a tag to compare

Package xcore is a set of basic objects for programation:

  • XCache: Application Memory Caches for any purpose
  • XDataset: Basic nested data structures for any purpose (template injection, configuration files, database records, etc)
  • XLanguage: language dependent text tables
  • XTemplate: template system with meta language
    This version includes:
  • Documentation enhanced and corrected
  • Bugs corrected on String and GoString functions of XDataset and XDatasetCollection

XCore v1.0.0

10 Feb 00:25
5c81985
Compare
Choose a tag to compare

Package xcore is a set of basic objects for programation:

  • XCache: Application Memory Caches for any purpose
  • XDataset: Basic nested data structures for any purpose (template injection, configuration files, database records, etc)
  • XLanguage: language dependent text tables
  • XTemplate: template system with meta language
    This version includes:
  • Documentation enhanced and corrected
  • Tests functions enhanced
  • XDataset bug corrected on search path of a collection
  • String and GoString functions added

XCore v0.3.2

09 Feb 06:46
Compare
Choose a tag to compare

Package xcore is a set of basic objects for programation:

  • XCache: Application Memory Caches for any purpose
  • XDataset: Basic nested data structures for any purpose (template injection, configuration files, database records, etc)
  • XLanguage: language dependent text tables
  • XTemplate: template system with meta language