3.4.0 • Published 20 hours ago

@neoaren/comet v3.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
20 hours ago

logo


Getting started

import { GET, server } from '@neoaren/comet'

const comet = server()

comet.route({ pathname: '/api/test/:id', method: GET }, async ({ event }) => {
  // Business logic
  return event.reply.ok({ id: event.params.id })
})

export default <ExportedHandler>{
  fetch: comet.handler
}

Documentation

A proper documentation for Comet is work in progress.

Contribution guide

Use commit names with the following prefixes to indicate their purpose

EmojiPrefixDescription
:zap: :zap::zap: :zap:for implementing breaking functionality (semver major)
:zap::zap:for implementing non-breaking functionality (semver minor)
:hammer::hammer:for bug fixes and non-breaking improvements (semver patch)
:wrench::wrench:for configurations
:vertical_traffic_light::vertical_traffic_light:for tests
:memo::memo:for documentations
:mag::mag:for lint fixes
:recycle::recycle:for non-breaking refactoring
:paperclip::paperclip:for dependencies
:octocat::octocat:for workflows
:construction::construction:for experimental or temporary changes
3.4.0

20 hours ago

3.3.0

6 days ago

3.2.2

4 months ago

2.1.0

10 months ago

2.0.1

10 months ago

2.0.0

10 months ago

3.2.1

6 months ago

3.2.0

7 months ago

3.1.1

8 months ago

3.1.0

9 months ago

3.0.0

9 months ago

1.1.0

11 months ago

1.0.3

11 months ago

1.0.2-beta

11 months ago

1.0.1-beta

11 months ago

1.0.0-beta

1 year ago

0.3.7

1 year ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.1.13

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago