Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to dbus-next #15

Merged
merged 7 commits into from Mar 4, 2019
Merged

Migrate to dbus-next #15

merged 7 commits into from Mar 4, 2019

Commits on Nov 8, 2018

  1. Migrate to dbus-next

    Migration to dbus-next (a fork of dbus-native) is a rewrite, but fixes
    some outstanding bugs in the project related to variant types.
    
    The project is now transpiled to use the experimental decorator feature
    that will be available in the language at some later time. gulpfile.js
    contains build instructions. Build with `npm run build`. The dist/
    folder contains what will be published on npm.
    
    Interfaces are implemented as classes with decorators specifying the
    properties of the member that is exported on the bus.
    
    Update examples and add a new tracklist example.
    
    Other bugfixes may have been a side effect of the rewrite.
    
    fixes dbusjs#1
    fixes dbusjs#6
    fixes dbusjs#13
    acrisci committed Nov 8, 2018
    Copy the full SHA
    4993dea View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2019

  1. Copy the full SHA
    476239c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c06d16c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    af2d410 View commit details
    Browse the repository at this point in the history
  4. bump to dbus-next 0.2.1

    acrisci committed Mar 3, 2019
    Copy the full SHA
    0191e9b View commit details
    Browse the repository at this point in the history
  5. set node engine at 6.3.0

    acrisci committed Mar 3, 2019
    Copy the full SHA
    24f6d00 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. add documentation

    acrisci committed Mar 4, 2019
    Copy the full SHA
    3750ddf View commit details
    Browse the repository at this point in the history