Skip to content

Develop - #13

Merged
alirezat66 merged 5 commits into
mainfrom
develop
Aug 11, 2026
Merged

Develop#13
alirezat66 merged 5 commits into
mainfrom
develop

Conversation

@alirezat66

Copy link
Copy Markdown
Collaborator

implement new version:
includes:
transformers,
subcategories

@alirezat66 alirezat66 self-assigned this Aug 11, 2026
Reza Taghizadeh and others added 4 commits August 11, 2026 14:19
* refactor: rename BaseEvent methods `getName` and `getProperties` to getters `name` and `properties`

This commit refactors the `BaseEvent` class by changing the methods `getName()` and `getProperties()` to getters `name` and `properties` respectively. This change simplifies the API for accessing event data.

All usages of these methods across the codebase, including in tests, examples, and internal logic, have been updated to use the new getter syntax.

Additionally, the example project's pubspec.lock has been updated.

* Add repository code owner

* Develop (#10)

* add creation of category and subcategory into readme and add test for them.

* feat: add event transformer pipeline for automatic event enrichment (#9)

Co-authored-by: Reza Taghizadeh <alirezataghizadeh@gmail.com>

* style: format code for better readability in event test files

* fix: update transformer function signatures to use BaseEvent type

---------

Co-authored-by: Reza Taghizadeh <alirezataghizadeh@gmail.com>

* fix: keep BaseEvent getName/getProperties as deprecated wrappers for backward compatibility

* style: apply dart format to satisfy CI

---------

Co-authored-by: Reza Taghizadeh <alirezataghizadeh66@gmail.com>
Co-authored-by: Reza Taghizadeh <alirezataghizadeh@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@alirezat66
alirezat66 merged commit de8b6ca into main Aug 11, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants