mineral 2.2.0 copy "mineral: ^2.2.0" to clipboard
mineral: ^2.2.0 copied to clipboard

Mineral is a Discord framework for designing discord bots in Dart.

2.2.0 #

  • Add plugins access to the MineralContext

2.1.0 #

  • Migrate environment to dedicated package

2.0.0 - Release #

  • Improve accessibility
  • Implement lasted Discord updates
  • Move decorators to fully generics
  • Improve collections key matching (thanks generics)
  • Move framework context to dedicated mixin MineralContext
  • Move ioc accessibility to dedicated mixin Container
  • Standardized packages entrypoints
  • Add executable compile feature
  • More..

1.2.1 #

  • Fix wrong userId key into interactions

1.2.0 #

  • Implement setDefaultReactionEmoji method
  • Implement setTags method
  • Implement setDefaultRateLimit method

1.1.0 #

  • Implement forum channels

1.0.8 - 1.0.9 #

  • Add missing return

1.0.7 #

  • Implement unban method
  • Improve voice member

1.0.6 #

  • Fix CategoryChannel cast
  • Improve nickname getter, it returns the username if nickname is not defined
  • Implement getOrFail and getOr methods on Environment

1.0.5 #

  • Fix missing examples

1.0.4 #

  • Fix badge url

1.0.3 #

  • Improve dart analyse to get 100%
  • Generate api documentation

1.0.2 #

  • Write documentation examples

1.0.1 #

  • Improve readme shields
  • Improve dart analyse to get 100%
  • Remove unimplemented code

1.0.0 Pre-release #

  • Initialize mineral framework project