You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Make types required & update docs & refactor (#3)
* Add types & docs for actors
* Add type field to documents
* Move APArticle to documents
* Type for APArticle
* Move APNote
* Set type to APCollection(Page)
* Refactor APOrderedCollection(Page)
* Missed actor docs
* Add types (simple activities)
* Added docs to Activity
* Rename ./common to ./objects
* Object types
* Fix APQuestion
* Add APRoot and remove context field from object (#5)
* docs & chore 1.1.0
- Use `orderedItems` instead of `items` in `OrderedCollection` ([#1](https://github.com/siranweb/activitypub-types/pull/1), thanks [@RangerMauve](https://github.com/RangerMauve))
68
+
### v1.1.0
69
+
- Update activities and documents types ([#3](https://github.com/siranweb/activitypub-types/pull/3), by [@Saiv46](https://github.com/Saiv46))
70
+
- Add `APRoot` type and removed `@context` from `APObject` ([#5](https://github.com/siranweb/activitypub-types/pull/5))
71
+
- Improve AP documentation ([#3](https://github.com/siranweb/activitypub-types/pull/3), by [@Saiv46](https://github.com/Saiv46))
72
+
- Update README docs
73
+
- Refactor ([#3](https://github.com/siranweb/activitypub-types/pull/3), by [@Saiv46](https://github.com/Saiv46))
22
74
23
-
##Contact
24
-
You can contact me via [matrix](https://matrix.to/#/@siranweb:matrix.org) or [telegram](https://t.me/siranweb)
75
+
### v1.0.3
76
+
- Use `orderedItems` instead of `items` in `OrderedCollection` ([#1](https://github.com/siranweb/activitypub-types/pull/1), by [@RangerMauve](https://github.com/RangerMauve))
0 commit comments