mirror of
https://github.com/zhigang1992/react-native-bottom-sheet.git
synced 2026-01-12 09:23:45 +08:00
39 lines
1.3 KiB
Handlebars
39 lines
1.3 KiB
Handlebars
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
{{#unless options.hideCredit}}
|
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
{{/unless}}
|
|
|
|
{{#each releases}}
|
|
{{#if href}}
|
|
## [{{title}}]({{href}}){{#if tag}} - {{isoDate}}{{/if}}
|
|
{{else}}
|
|
## {{title}}{{#if tag}} - {{isoDate}}{{/if}}
|
|
{{/if}}
|
|
|
|
{{#if summary}}
|
|
{{summary}}
|
|
{{/if}}
|
|
|
|
{{#custom merges commits heading="#### Features" subject="feat: "}}
|
|
- {{message}} ({{#if id}}[`#{{id}}`]{{else}}[{{shorthash}}]{{/if}}({{href}})).
|
|
{{/custom}}
|
|
|
|
{{#custom merges commits heading="#### Improvements" subject="(chore|refactor|style): "}}
|
|
- {{message}} ({{#if id}}[`#{{id}}`]{{else}}[{{shorthash}}]{{/if}}({{href}})).
|
|
{{/custom}}
|
|
|
|
{{#custom merges commits heading="#### Fixes" subject="fix: "}}
|
|
- {{message}} ({{#if id}}[`#{{id}}`]{{else}}[{{shorthash}}]{{/if}}({{href}})).
|
|
{{/custom}}
|
|
|
|
{{#custom merges commits heading="#### Documentations" subject="docs: "}}
|
|
- {{message}} ({{#if id}}[`#{{id}}`]{{else}}[{{shorthash}}]{{/if}}({{href}})).
|
|
{{/custom}}
|
|
|
|
{{/each}} |