Sha256: 4bc39f55e219473b8a33c1f26357fe218fe49966b4daee5ed2399e1d28f5b32a

Contents?: true

Size: 826 Bytes

Versions: 2

Compression:

Stored size: 826 Bytes

Contents

## [0.1.0] - 2023-02-20

Basic implementation for generating a docx file based on docx file as template.

Already available for production usages.

### Features

- Create texts for docx
- Create tables for docx
- Create images for docx
- Create charts for docx ( Yet only readable for WPS )

## [0.2.0] - 2023-03-22

Mostly refactoring

### Features

- Support both `ox` and `nokogiri` as XML serializer

## [0.2.1] - 2023-03-23

### Features

- Support customize color and bold for Text

### Refactors

- Introduce `ActiveSupport` to make coding easier
- Clean irrelevant demos

## [0.2.2] - 2023-03-31

### Features

- Add Github CI support


### Fixes

- Fix create charts issues
- Fix Nokogiri XML serializer compatible issues

## [0.2.3] - 2023-04-07

### Features

- Support create new MS Word docx file without template

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
goldendocx-0.3.0 CHANGELOG.md
goldendocx-0.2.3 CHANGELOG.md