Skip to content

Commit

Permalink
Update codegen to not serialize property helper functions. (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
sesposito authored Jun 9, 2023
1 parent 8068fa2 commit fc73bea
Show file tree
Hide file tree
Showing 5 changed files with 279 additions and 75 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,20 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [3.8.0]
### Added
- Nakama: Added `Authoritative` flag to tournaments returned from the server.
- Nakama: Added `RefundTime` and `UserId` to purchases and subscriptions returned from the server.
- Nakama: Added raw subscription provider information.
- Nakama: Added `DeleteAccountAsync` for deleting user accounts.
- Satori: Added `DeleteIdentityAsync` for deleting user identities.

### Changed
- Nakama: Use `session.Username` wherever outdated state might be returned.
- Nakama: Used `session.Username` wherever outdated state might be returned.

### Fixed
- Nakama: Fixed issue where outgoing payloads could include unnecessary JSON.


## [3.7.0]
### Added
Expand Down
Loading

0 comments on commit fc73bea

Please sign in to comment.